#CDE582

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

Shades of Sulu #CDE582

Tints of Sulu #CDE582

Color information

#CDE582 (or 0xCDE582) is unknown color: approx Sulu. HEX triplet: CD, E5 and 82. RGB value is (205,229,130). Sum of RGB (Red+Green+Blue) = 205+229+130=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE582 is #321A7D. Grayscale: #D2D2D2. Windows color (decimal): -3283582 or 8578509. OLE color: 8578509.

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

Color convert

RGB205229130-
CMYK0.1000.430.10
HSL74.55º65.56%70.39%-
HSV(B)74.55º43.23%89.8%-
XYZ57.2370.6331.74-
YUV210.5482.55124.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 229 (89.84% from 255) = 40.60%
BLUE value IS 130 (51.17% from 255) = 23.05%
R=36.35%
G=40.60%
B=23.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291300.1000.430.1074.5565.5670.39
HexCDE582A02BA4b4246
Octal3153452021205312113102106
Binary110011011110010110000010101001010111010100101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE582; }

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

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

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

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

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

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

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

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