#CDE085

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

Shades of Sulu #CDE085

Tints of Sulu #CDE085

Color information

#CDE085 (or 0xCDE085) is unknown color: approx Sulu. HEX triplet: CD, E0 and 85. RGB value is (205,224,133). Sum of RGB (Red+Green+Blue) = 205+224+133=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE085 is #321F7A. Grayscale: #D0D0D0. Windows color (decimal): -3284859 or 8773837. OLE color: 8773837.

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

Color convert

RGB205224133-
CMYK0.0800.410.12
HSL72.53º59.48%70%-
HSV(B)72.53º40.62%87.84%-
XYZ56.0767.9832.36-
YUV207.9485.71125.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=36.48%
G=39.86%
B=23.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241330.0800.410.1272.5359.4870
HexCDE0858029C493b46
Octal315340205100511411173106
Binary11001101111000001000010110000101001110010010011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE085; }

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

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

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

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

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

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

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

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