Shades of Sulu #CDF076
Tints of Sulu #CDF076
RGB
CMYK
RGB Variations
Color information
#CDF076 (or 0xCDF076) is known color: Sulu. HEX triplet: CD, F0 and 76. RGB value is (205,240,118). Sum of RGB (Red+Green+Blue) = 205+240+118=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF076 is #320F89. Grayscale: #D8D8D8. Windows color (decimal): -3280778 or 7794893. OLE color: 7794893.
HSL color Cylindrical-coordinate representation of color #CDF076: hue angle of 77.21º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDF076 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 118 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.06 |
| HSL | 77.21º | 0.8% | 0.7% | - |
| HSV(B) | 77.21º | 0.51% | 0.94% | - |
| XYZ | 59.61 | 76.61 | 28.78 | - |
| YUV | 215.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 118 | 0.15 | 0 | 0.51 | 0.06 | 77.21 | 0.8 | 0.7 |
| Hex | CD | F0 | 76 | F | 0 | 33 | 6 | 4D | 50 | 46 |
| Octal | 315 | 360 | 166 | 17 | 0 | 63 | 6 | 115 | 120 | 106 |
| Binary | 11001101 | 11110000 | 1110110 | 1111 | 0 | 110011 | 110 | 1001101 | 1010000 | 1000110 |
Color Harmonies of #CDF076
Complementary color
Monochromatic Colors of #CDF076
Black with #CDF076
Text Example
Text Example
White with #CDF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF076; }
p { color: rgb(205,240,118); }
H1.HeaderClassName
{
color: #CDF076;
}
.AnyTagClassName
{
color: #CDF076;
}
</style>
background-color css
<style>
a { background-color: #CDF076; }
a { background-color: rgb(205,240,118); }
div.DivClassName
{
background-color: #CDF076;
}
.BgClassName
{
background-color: #CDF076;
}
</style>
border-color css
<style>
span { border-color: #CDF076; }
span { border-color: rgb(205,240,118); }
td.TdClassName
{
border-color: #CDF076;
}
.TagClassName
{
border-color: #CDF076;
}
</style>