Shades of Sulu #CFFE72
Tints of Sulu #CFFE72
RGB
CMYK
RGB Variations
Color information
#CFFE72 (or 0xCFFE72) is known color: Sulu. HEX triplet: CF, FE and 72. RGB value is (207,254,114). Sum of RGB (Red+Green+Blue) = 207+254+114=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE72 is #30018D. Grayscale: #E0E0E0. Windows color (decimal): -3146126 or 7536335. OLE color: 7536335.
HSL color Cylindrical-coordinate representation of color #CFFE72: hue angle of 80.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFFE72 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 114 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.00 |
| HSL | 80.14º | 0.99% | 0.72% | - |
| HSV(B) | 80.14º | 0.55% | 1% | - |
| XYZ | 64.21 | 85.36 | 29.01 | - |
| YUV | 223.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 114 | 0.19 | 0 | 0.55 | 0.00 | 80.14 | 0.99 | 0.72 |
| Hex | CF | FE | 72 | 13 | 0 | 37 | 0 | 50 | 63 | 48 |
| Octal | 317 | 376 | 162 | 23 | 0 | 67 | 0 | 120 | 143 | 110 |
| Binary | 11001111 | 11111110 | 1110010 | 10011 | 0 | 110111 | 0 | 1010000 | 1100011 | 1001000 |
Color Harmonies of #CFFE72
Complementary color
Monochromatic Colors of #CFFE72
Black with #CFFE72
Text Example
Text Example
White with #CFFE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE72; }
p { color: rgb(207,254,114); }
H1.HeaderClassName
{
color: #CFFE72;
}
.AnyTagClassName
{
color: #CFFE72;
}
</style>
background-color css
<style>
a { background-color: #CFFE72; }
a { background-color: rgb(207,254,114); }
div.DivClassName
{
background-color: #CFFE72;
}
.BgClassName
{
background-color: #CFFE72;
}
</style>
border-color css
<style>
span { border-color: #CFFE72; }
span { border-color: rgb(207,254,114); }
td.TdClassName
{
border-color: #CFFE72;
}
.TagClassName
{
border-color: #CFFE72;
}
</style>