#CDE485

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

Shades of Sulu #CDE485

Tints of Sulu #CDE485

Color information

#CDE485 (or 0xCDE485) is unknown color: approx Sulu. HEX triplet: CD, E4 and 85. RGB value is (205,228,133). Sum of RGB (Red+Green+Blue) = 205+228+133=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE485 is #321B7A. Grayscale: #D2D2D2. Windows color (decimal): -3283835 or 8774861. OLE color: 8774861.

HSL color Cylindrical-coordinate representation of color #CDE485: hue angle of 74.53º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDE485 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB205228133-
CMYK0.1000.420.11
HSL74.53º63.76%70.78%-
HSV(B)74.53º41.67%89.41%-
XYZ57.1570.1632.72-
YUV210.2984.38124.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 228 (89.45% from 255) = 40.28%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=36.22%
G=40.28%
B=23.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052281330.1000.420.1174.5363.7670.78
HexCDE485A02AB4b4047
Octal3153442051205213113100107
Binary110011011110010010000101101001010101011100101110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE485; }

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

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

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

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

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

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

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

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