#CDE98B

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

Shades of Sulu #CDE98B

Tints of Sulu #CDE98B

Color information

#CDE98B (or 0xCDE98B) is unknown color: approx Sulu. HEX triplet: CD, E9 and 8B. RGB value is (205,233,139). Sum of RGB (Red+Green+Blue) = 205+233+139=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE98B is #321674. Grayscale: #D6D6D6. Windows color (decimal): -3282549 or 9169357. OLE color: 9169357.

HSL color Cylindrical-coordinate representation of color #CDE98B: hue angle of 77.87º degrees, saturation: 0.68, 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 #CDE98B is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB205233139-
CMYK0.1200.400.09
HSL77.87º68.12%72.94%-
HSV(B)77.87º40.34%91.37%-
XYZ58.9873.1235.43-
YUV213.9185.72121.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 139 (54.69% from 255) = 24.09%
R=35.53%
G=40.38%
B=24.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052331390.1200.400.0977.8768.1272.94
HexCDE98BC02894e4449
Octal3153512131405011116104111
Binary110011011110100110001011110001010001001100111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE98B; }

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

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

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

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

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

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

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

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