#CDE178

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

Shades of Sulu #CDE178

Tints of Sulu #CDE178

Color information

#CDE178 (or 0xCDE178) is unknown color: approx Sulu. HEX triplet: CD, E1 and 78. RGB value is (205,225,120). Sum of RGB (Red+Green+Blue) = 205+225+120=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE178 is #321E87. Grayscale: #CFCFCF. Windows color (decimal): -3284616 or 7922125. OLE color: 7922125.

HSL color Cylindrical-coordinate representation of color #CDE178: hue angle of 71.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDE178 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB205225120-
CMYK0.0900.470.12
HSL71.43º63.64%67.65%-
HSV(B)71.43º46.67%88.24%-
XYZ55.4968.1928.01-
YUV207.0578.87126.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 120 (47.27% from 255) = 21.82%
R=37.27%
G=40.91%
B=21.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251200.0900.470.1271.4363.6467.65
HexCDE178902FC474044
Octal3153411701105714107100104
Binary11001101111000011111000100101011111100100011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE178; }

 p { color: rgb(205,225,120); }

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

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

 a { background-color: rgb(205,225,120); }

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

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

 span { border-color: rgb(205,225,120); }

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