#CDEC74

Color #CDEC74 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CDEC74

Tints of Sulu #CDEC74

Color information

#CDEC74 (or 0xCDEC74) is unknown color: approx Sulu. HEX triplet: CD, EC and 74. RGB value is (205,236,116). Sum of RGB (Red+Green+Blue) = 205+236+116=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC74 is #32138B. Grayscale: #D5D5D5. Windows color (decimal): -3281804 or 7662797. OLE color: 7662797.

HSL color Cylindrical-coordinate representation of color #CDEC74: hue angle of 75.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDEC74 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB205236116-
CMYK0.1300.510.07
HSL75.5º75.95%69.02%-
HSV(B)75.5º50.85%92.55%-
XYZ58.3274.2327.78-
YUV213.0573.23122.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 236 (92.58% from 255) = 42.37%
BLUE value IS 116 (45.70% from 255) = 20.83%
R=36.80%
G=42.37%
B=20.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052361160.1300.510.0775.575.9569.02
HexCDEC74D03374c4c45
Octal315354164150637114114105
Binary1100110111101100111010011010110011111100110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEC74; }

 p { color: rgb(205,236,116); }

 H1.HeaderClassName
 {
   color: #CDEC74;
 }
 .AnyTagClassName
 {
   color: #CDEC74;
 }
</style>
background-color css

<style>
 a { background-color: #CDEC74; }

 a { background-color: rgb(205,236,116); }

 div.DivClassName
 {
   background-color: #CDEC74;
 }
 .BgClassName
 {
   background-color: #CDEC74;
 }
</style>
border-color css

<style>
 span { border-color: #CDEC74; }

 span { border-color: rgb(205,236,116); }

 td.TdClassName
 {
   border-color: #CDEC74;
 }
 .TagClassName
 {
   border-color: #CDEC74;
 }
</style>