#CDE57A

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

Shades of Sulu #CDE57A

Tints of Sulu #CDE57A

Color information

#CDE57A (or 0xCDE57A) is unknown color: approx Sulu. HEX triplet: CD, E5 and 7A. RGB value is (205,229,122). Sum of RGB (Red+Green+Blue) = 205+229+122=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE57A is #321A85. Grayscale: #D2D2D2. Windows color (decimal): -3283590 or 8054221. OLE color: 8054221.

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

Color convert

RGB205229122-
CMYK0.1000.470.10
HSL73.46º67.3%68.82%-
HSV(B)73.46º46.72%89.8%-
XYZ56.7170.4229.02-
YUV209.6378.55124.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 229 (89.84% from 255) = 41.19%
BLUE value IS 122 (48.05% from 255) = 21.94%
R=36.87%
G=41.19%
B=21.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291220.1000.470.1073.4667.368.82
HexCDE57AA02FA494345
Octal3153451721205712111103105
Binary11001101111001011111010101001011111010100100110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE57A; }

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

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

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

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

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

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

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

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