#CDEA8B

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

Shades of Sulu #CDEA8B

Tints of Sulu #CDEA8B

Color information

#CDEA8B (or 0xCDEA8B) is unknown color: approx Sulu. HEX triplet: CD, EA and 8B. RGB value is (205,234,139). Sum of RGB (Red+Green+Blue) = 205+234+139=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA8B is #321574. Grayscale: #D6D6D6. Windows color (decimal): -3282293 or 9169613. OLE color: 9169613.

HSL color Cylindrical-coordinate representation of color #CDEA8B: hue angle of 78.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDEA8B is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB205234139-
CMYK0.1200.410.08
HSL78.32º69.34%73.14%-
HSV(B)78.32º40.6%91.76%-
XYZ59.2673.6935.53-
YUV214.585.39121.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 234 (91.80% from 255) = 40.48%
BLUE value IS 139 (54.69% from 255) = 24.05%
R=35.47%
G=40.48%
B=24.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341390.1200.410.0878.3269.3473.14
HexCDEA8BC02984e4549
Octal3153522131405110116105111
Binary110011011110101010001011110001010011000100111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA8B; }

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

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

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

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

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

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

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

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