Shades of Sulu #CDF57E
Tints of Sulu #CDF57E
RGB
CMYK
RGB Variations
Color information
#CDF57E (or 0xCDF57E) is known color: Sulu. HEX triplet: CD, F5 and 7E. RGB value is (205,245,126). Sum of RGB (Red+Green+Blue) = 205+245+126=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF57E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF57E is #320A81. Grayscale: #DBDBDB. Windows color (decimal): -3279490 or 8320461. OLE color: 8320461.
HSL color Cylindrical-coordinate representation of color #CDF57E: hue angle of 80.17º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDF57E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 126 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.04 |
| HSL | 80.17º | 0.86% | 0.73% | - |
| HSV(B) | 80.17º | 0.49% | 0.96% | - |
| XYZ | 61.6 | 79.79 | 31.89 | - |
| YUV | 219.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 126 | 0.16 | 0 | 0.49 | 0.04 | 80.17 | 0.86 | 0.73 |
| Hex | CD | F5 | 7E | 10 | 0 | 31 | 4 | 50 | 56 | 49 |
| Octal | 315 | 365 | 176 | 20 | 0 | 61 | 4 | 120 | 126 | 111 |
| Binary | 11001101 | 11110101 | 1111110 | 10000 | 0 | 110001 | 100 | 1010000 | 1010110 | 1001001 |
Color Harmonies of #CDF57E
Complementary color
Monochromatic Colors of #CDF57E
Black with #CDF57E
Text Example
Text Example
White with #CDF57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF57E; }
p { color: rgb(205,245,126); }
H1.HeaderClassName
{
color: #CDF57E;
}
.AnyTagClassName
{
color: #CDF57E;
}
</style>
background-color css
<style>
a { background-color: #CDF57E; }
a { background-color: rgb(205,245,126); }
div.DivClassName
{
background-color: #CDF57E;
}
.BgClassName
{
background-color: #CDF57E;
}
</style>
border-color css
<style>
span { border-color: #CDF57E; }
span { border-color: rgb(205,245,126); }
td.TdClassName
{
border-color: #CDF57E;
}
.TagClassName
{
border-color: #CDF57E;
}
</style>