Shades of Sulu #CFF07E
Tints of Sulu #CFF07E
RGB
CMYK
RGB Variations
Color information
#CFF07E (or 0xCFF07E) is known color: Sulu. HEX triplet: CF, F0 and 7E. RGB value is (207,240,126). Sum of RGB (Red+Green+Blue) = 207+240+126=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF07E is #300F81. Grayscale: #D9D9D9. Windows color (decimal): -3149698 or 8319183. OLE color: 8319183.
HSL color Cylindrical-coordinate representation of color #CFF07E: hue angle of 77.37º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFF07E is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 126 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.06 |
| HSL | 77.37º | 0.79% | 0.72% | - |
| HSV(B) | 77.37º | 0.48% | 0.94% | - |
| XYZ | 60.66 | 77.09 | 31.42 | - |
| YUV | 217.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 126 | 0.14 | 0 | 0.48 | 0.06 | 77.37 | 0.79 | 0.72 |
| Hex | CF | F0 | 7E | E | 0 | 30 | 6 | 4D | 4F | 48 |
| Octal | 317 | 360 | 176 | 16 | 0 | 60 | 6 | 115 | 117 | 110 |
| Binary | 11001111 | 11110000 | 1111110 | 1110 | 0 | 110000 | 110 | 1001101 | 1001111 | 1001000 |
Color Harmonies of #CFF07E
Complementary color
Monochromatic Colors of #CFF07E
Black with #CFF07E
Text Example
Text Example
White with #CFF07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF07E; }
p { color: rgb(207,240,126); }
H1.HeaderClassName
{
color: #CFF07E;
}
.AnyTagClassName
{
color: #CFF07E;
}
</style>
background-color css
<style>
a { background-color: #CFF07E; }
a { background-color: rgb(207,240,126); }
div.DivClassName
{
background-color: #CFF07E;
}
.BgClassName
{
background-color: #CFF07E;
}
</style>
border-color css
<style>
span { border-color: #CFF07E; }
span { border-color: rgb(207,240,126); }
td.TdClassName
{
border-color: #CFF07E;
}
.TagClassName
{
border-color: #CFF07E;
}
</style>