#CDE185

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

Shades of Sulu #CDE185

Tints of Sulu #CDE185

Color information

#CDE185 (or 0xCDE185) is unknown color: approx Sulu. HEX triplet: CD, E1 and 85. RGB value is (205,225,133). Sum of RGB (Red+Green+Blue) = 205+225+133=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE185 is #321E7A. Grayscale: #D0D0D0. Windows color (decimal): -3284603 or 8774093. OLE color: 8774093.

HSL color Cylindrical-coordinate representation of color #CDE185: hue angle of 73.04º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDE185 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB205225133-
CMYK0.0900.410.12
HSL73.04º60.53%70.2%-
HSV(B)73.04º40.89%88.24%-
XYZ56.3468.5232.45-
YUV208.5385.37125.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=36.41%
G=39.96%
B=23.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251330.0900.410.1273.0460.5370.2
HexCDE1859029C493d46
Octal315341205110511411175106
Binary11001101111000011000010110010101001110010010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE185; }

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

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

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

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

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

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

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

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