#CDE78B

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

Shades of Sulu #CDE78B

Tints of Sulu #CDE78B

Color information

#CDE78B (or 0xCDE78B) is unknown color: approx Sulu. HEX triplet: CD, E7 and 8B. RGB value is (205,231,139). Sum of RGB (Red+Green+Blue) = 205+231+139=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE78B is #321874. Grayscale: #D5D5D5. Windows color (decimal): -3283061 or 9168845. OLE color: 9168845.

HSL color Cylindrical-coordinate representation of color #CDE78B: hue angle of 76.96º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDE78B is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB205231139-
CMYK0.1100.400.09
HSL76.96º65.71%72.55%-
HSV(B)76.96º39.83%90.59%-
XYZ58.417235.24-
YUV212.7486.39122.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 231 (90.62% from 255) = 40.17%
BLUE value IS 139 (54.69% from 255) = 24.17%
R=35.65%
G=40.17%
B=24.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311390.1100.400.0976.9665.7172.55
HexCDE78BB02894d4249
Octal3153472131305011115102111
Binary110011011110011110001011101101010001001100110110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE78B; }

 p { color: rgb(205,231,139); }

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

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

 a { background-color: rgb(205,231,139); }

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

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

 span { border-color: rgb(205,231,139); }

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