#CDE586

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

Shades of Sulu #CDE586

Tints of Sulu #CDE586

Color information

#CDE586 (or 0xCDE586) is unknown color: approx Sulu. HEX triplet: CD, E5 and 86. RGB value is (205,229,134). Sum of RGB (Red+Green+Blue) = 205+229+134=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE586 is #321A79. Grayscale: #D3D3D3. Windows color (decimal): -3283578 or 8840653. OLE color: 8840653.

HSL color Cylindrical-coordinate representation of color #CDE586: hue angle of 75.16º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDE586 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB205229134-
CMYK0.1000.410.10
HSL75.16º64.63%71.18%-
HSV(B)75.16º41.48%89.8%-
XYZ57.570.7433.18-
YUV210.9984.55123.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 229 (89.84% from 255) = 40.32%
BLUE value IS 134 (52.73% from 255) = 23.59%
R=36.09%
G=40.32%
B=23.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291340.1000.410.1075.1664.6371.18
HexCDE586A029A4b4147
Octal3153452061205112113101107
Binary110011011110010110000110101001010011010100101110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE586; }

 p { color: rgb(205,229,134); }

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

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

 a { background-color: rgb(205,229,134); }

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

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

 span { border-color: rgb(205,229,134); }

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