Shades of Sulu #CDF07C
Tints of Sulu #CDF07C
RGB
CMYK
RGB Variations
Color information
#CDF07C (or 0xCDF07C) is known color: Sulu. HEX triplet: CD, F0 and 7C. RGB value is (205,240,124). Sum of RGB (Red+Green+Blue) = 205+240+124=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF07C is #320F83. Grayscale: #D8D8D8. Windows color (decimal): -3280772 or 8188109. OLE color: 8188109.
HSL color Cylindrical-coordinate representation of color #CDF07C: hue angle of 78.1º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDF07C is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 124 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.06 |
| HSL | 78.1º | 0.79% | 0.71% | - |
| HSV(B) | 78.1º | 0.48% | 0.94% | - |
| XYZ | 59.98 | 76.75 | 30.72 | - |
| YUV | 216.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 124 | 0.15 | 0 | 0.48 | 0.06 | 78.1 | 0.79 | 0.71 |
| Hex | CD | F0 | 7C | F | 0 | 30 | 6 | 4E | 4F | 47 |
| Octal | 315 | 360 | 174 | 17 | 0 | 60 | 6 | 116 | 117 | 107 |
| Binary | 11001101 | 11110000 | 1111100 | 1111 | 0 | 110000 | 110 | 1001110 | 1001111 | 1000111 |
Color Harmonies of #CDF07C
Complementary color
Monochromatic Colors of #CDF07C
Black with #CDF07C
Text Example
Text Example
White with #CDF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF07C; }
p { color: rgb(205,240,124); }
H1.HeaderClassName
{
color: #CDF07C;
}
.AnyTagClassName
{
color: #CDF07C;
}
</style>
background-color css
<style>
a { background-color: #CDF07C; }
a { background-color: rgb(205,240,124); }
div.DivClassName
{
background-color: #CDF07C;
}
.BgClassName
{
background-color: #CDF07C;
}
</style>
border-color css
<style>
span { border-color: #CDF07C; }
span { border-color: rgb(205,240,124); }
td.TdClassName
{
border-color: #CDF07C;
}
.TagClassName
{
border-color: #CDF07C;
}
</style>