#CDF57F

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

Shades of Sulu #CDF57F

Tints of Sulu #CDF57F

Color information

#CDF57F (or 0xCDF57F) is unknown color: approx Sulu. HEX triplet: CD, F5 and 7F. RGB value is (205,245,127). Sum of RGB (Red+Green+Blue) = 205+245+127=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF57F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF57F is #320A80. Grayscale: #DCDCDC. Windows color (decimal): -3279489 or 8385997. OLE color: 8385997.

HSL color Cylindrical-coordinate representation of color #CDF57F: hue angle of 80.34º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF57F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB205245127-
CMYK0.1600.480.04
HSL80.34º85.51%72.94%-
HSV(B)80.34º48.16%96.08%-
XYZ61.6679.8232.23-
YUV219.5975.75117.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 245 (96.09% from 255) = 42.46%
BLUE value IS 127 (50% from 255) = 22.01%
R=35.53%
G=42.46%
B=22.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052451270.1600.480.0480.3485.5172.94
HexCDF57F100304505649
Octal315365177200604120126111
Binary11001101111101011111111100000110000100101000010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF57F; }

 p { color: rgb(205,245,127); }

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

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

 a { background-color: rgb(205,245,127); }

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

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

 span { border-color: rgb(205,245,127); }

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