Shades of Sulu #CFF076
Tints of Sulu #CFF076
RGB
CMYK
RGB Variations
Color information
#CFF076 (or 0xCFF076) is known color: Sulu. HEX triplet: CF, F0 and 76. RGB value is (207,240,118). Sum of RGB (Red+Green+Blue) = 207+240+118=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF076 is #300F89. Grayscale: #D8D8D8. Windows color (decimal): -3149706 or 7794895. OLE color: 7794895.
HSL color Cylindrical-coordinate representation of color #CFF076: hue angle of 76.23º 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 #CFF076 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 118 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.06 |
| HSL | 76.23º | 0.8% | 0.7% | - |
| HSV(B) | 76.23º | 0.51% | 0.94% | - |
| XYZ | 60.16 | 76.89 | 28.81 | - |
| YUV | 216.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 118 | 0.14 | 0 | 0.51 | 0.06 | 76.23 | 0.8 | 0.7 |
| Hex | CF | F0 | 76 | E | 0 | 33 | 6 | 4C | 50 | 46 |
| Octal | 317 | 360 | 166 | 16 | 0 | 63 | 6 | 114 | 120 | 106 |
| Binary | 11001111 | 11110000 | 1110110 | 1110 | 0 | 110011 | 110 | 1001100 | 1010000 | 1000110 |
Color Harmonies of #CFF076
Complementary color
Monochromatic Colors of #CFF076
Black with #CFF076
Text Example
Text Example
White with #CFF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF076; }
p { color: rgb(207,240,118); }
H1.HeaderClassName
{
color: #CFF076;
}
.AnyTagClassName
{
color: #CFF076;
}
</style>
background-color css
<style>
a { background-color: #CFF076; }
a { background-color: rgb(207,240,118); }
div.DivClassName
{
background-color: #CFF076;
}
.BgClassName
{
background-color: #CFF076;
}
</style>
border-color css
<style>
span { border-color: #CFF076; }
span { border-color: rgb(207,240,118); }
td.TdClassName
{
border-color: #CFF076;
}
.TagClassName
{
border-color: #CFF076;
}
</style>