#CDDE85

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

Shades of Sulu #CDDE85

Tints of Sulu #CDDE85

Color information

#CDDE85 (or 0xCDDE85) is unknown color: approx Sulu. HEX triplet: CD, DE and 85. RGB value is (205,222,133). Sum of RGB (Red+Green+Blue) = 205+222+133=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE85 is #32217A. Grayscale: #CFCFCF. Windows color (decimal): -3285371 or 8773325. OLE color: 8773325.

HSL color Cylindrical-coordinate representation of color #CDDE85: hue angle of 71.46º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDDE85 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB205222133-
CMYK0.0800.400.13
HSL71.46º57.42%69.61%-
HSV(B)71.46º40.09%87.06%-
XYZ55.5366.9232.18-
YUV206.7786.37126.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 222 (87.11% from 255) = 39.64%
BLUE value IS 133 (52.34% from 255) = 23.75%
R=36.61%
G=39.64%
B=23.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221330.0800.400.1371.4657.4269.61
HexCDDE858028D473946
Octal315336205100501510771106
Binary11001101110111101000010110000101000110110001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE85; }

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

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

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

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

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

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

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

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