#CDDF85

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

Shades of Sulu #CDDF85

Tints of Sulu #CDDF85

Color information

#CDDF85 (or 0xCDDF85) is unknown color: approx Sulu. HEX triplet: CD, DF and 85. RGB value is (205,223,133). Sum of RGB (Red+Green+Blue) = 205+223+133=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF85 is #32207A. Grayscale: #CFCFCF. Windows color (decimal): -3285115 or 8773581. OLE color: 8773581.

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

Color convert

RGB205223133-
CMYK0.0800.400.13
HSL72º58.44%69.8%-
HSV(B)72º40.36%87.45%-
XYZ55.867.4532.27-
YUV207.3686.04126.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=36.54%
G=39.75%
B=23.71%

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
Decimal2052231330.0800.400.137258.4469.8
HexCDDF858028D483a46
Octal315337205100501511072106
Binary11001101110111111000010110000101000110110010001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDF85; }

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

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

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

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

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

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

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

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