#CDDE84

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

Shades of Sulu #CDDE84

Tints of Sulu #CDDE84

Color information

#CDDE84 (or 0xCDDE84) is unknown color: approx Sulu. HEX triplet: CD, DE and 84. RGB value is (205,222,132). Sum of RGB (Red+Green+Blue) = 205+222+132=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE84 is #32217B. Grayscale: #CFCFCF. Windows color (decimal): -3285372 or 8707789. OLE color: 8707789.

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

Color convert

RGB205222132-
CMYK0.0800.410.13
HSL71.33º57.69%69.41%-
HSV(B)71.33º40.54%87.06%-
XYZ55.4666.8931.82-
YUV206.6685.87126.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 222 (87.11% from 255) = 39.71%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=36.67%
G=39.71%
B=23.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221320.0800.410.1371.3357.6969.41
HexCDDE848029D473a45
Octal315336204100511510772105
Binary11001101110111101000010010000101001110110001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE84; }

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

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

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

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

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

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

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

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