#CDE57D

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

Shades of Sulu #CDE57D

Tints of Sulu #CDE57D

Color information

#CDE57D (or 0xCDE57D) is unknown color: approx Sulu. HEX triplet: CD, E5 and 7D. RGB value is (205,229,125). Sum of RGB (Red+Green+Blue) = 205+229+125=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE57D is #321A82. Grayscale: #D2D2D2. Windows color (decimal): -3283587 or 8250829. OLE color: 8250829.

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

Color convert

RGB205229125-
CMYK0.1000.450.10
HSL73.85º66.67%69.41%-
HSV(B)73.85º45.41%89.8%-
XYZ56.970.530.01-
YUV209.9780.05124.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 125 (49.22% from 255) = 22.36%
R=36.67%
G=40.97%
B=22.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291250.1000.450.1073.8566.6769.41
HexCDE57DA02DA4a4345
Octal3153451751205512112103105
Binary11001101111001011111101101001011011010100101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE57D; }

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

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

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

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

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

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

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

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