#CDDE82

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

Shades of Sulu #CDDE82

Tints of Sulu #CDDE82

Color information

#CDDE82 (or 0xCDDE82) is unknown color: approx Sulu. HEX triplet: CD, DE and 82. RGB value is (205,222,130). Sum of RGB (Red+Green+Blue) = 205+222+130=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE82 is #32217D. Grayscale: #CECECE. Windows color (decimal): -3285374 or 8576717. OLE color: 8576717.

HSL color Cylindrical-coordinate representation of color #CDDE82: hue angle of 71.09º 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 #CDDE82 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB205222130-
CMYK0.0800.410.13
HSL71.09º58.23%69.02%-
HSV(B)71.09º41.44%87.06%-
XYZ55.3366.8331.1-
YUV206.4384.87126.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 130 (51.17% from 255) = 23.34%
R=36.80%
G=39.86%
B=23.34%

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
Decimal2052221300.0800.410.1371.0958.2369.02
HexCDDE828029D473a45
Octal315336202100511510772105
Binary11001101110111101000001010000101001110110001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE82; }

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

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

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

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

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

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

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

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