#cdea84

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

Shades of Sulu #CDEA84

Tints of Sulu #CDEA84

Color information

#CDEA84 (or 0xCDEA84) is unknown color: approx Sulu. HEX triplet: CD, EA and 84. RGB value is (205,234,132). Sum of RGB (Red+Green+Blue) = 205+234+132=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA84 is #32157B. Grayscale: #D6D6D6. Windows color (decimal): -3282300 or 8710861. OLE color: 8710861.

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

Color convert

RGB205234132-
CMYK0.1200.440.08
HSL77.06º70.83%71.76%-
HSV(B)77.06º43.59%91.76%-
XYZ58.7673.4932.92-
YUV213.781.89121.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 132 (51.95% from 255) = 23.12%
R=35.90%
G=40.98%
B=23.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341320.1200.440.0877.0670.8371.76
HexCDEA84C02C84d4748
Octal3153522041405410115107110
Binary110011011110101010000100110001011001000100110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdea84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdea84; }

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

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

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

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

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

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

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

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