Shades of Sulu #CFF874
Tints of Sulu #CFF874
RGB
CMYK
RGB Variations
Color information
#CFF874 (or 0xCFF874) is known color: Sulu. HEX triplet: CF, F8 and 74. RGB value is (207,248,116). Sum of RGB (Red+Green+Blue) = 207+248+116=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF874 is #30078B. Grayscale: #DDDDDD. Windows color (decimal): -3147660 or 7665871. OLE color: 7665871.
HSL color Cylindrical-coordinate representation of color #CFF874: hue angle of 78.64º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFF874 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 116 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.03 |
| HSL | 78.64º | 0.9% | 0.71% | - |
| HSV(B) | 78.64º | 0.53% | 0.97% | - |
| XYZ | 62.45 | 81.66 | 28.99 | - |
| YUV | 220.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 116 | 0.17 | 0 | 0.53 | 0.03 | 78.64 | 0.9 | 0.71 |
| Hex | CF | F8 | 74 | 11 | 0 | 35 | 3 | 4F | 5A | 47 |
| Octal | 317 | 370 | 164 | 21 | 0 | 65 | 3 | 117 | 132 | 107 |
| Binary | 11001111 | 11111000 | 1110100 | 10001 | 0 | 110101 | 11 | 1001111 | 1011010 | 1000111 |
Color Harmonies of #CFF874
Complementary color
Monochromatic Colors of #CFF874
Black with #CFF874
Text Example
Text Example
White with #CFF874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF874; }
p { color: rgb(207,248,116); }
H1.HeaderClassName
{
color: #CFF874;
}
.AnyTagClassName
{
color: #CFF874;
}
</style>
background-color css
<style>
a { background-color: #CFF874; }
a { background-color: rgb(207,248,116); }
div.DivClassName
{
background-color: #CFF874;
}
.BgClassName
{
background-color: #CFF874;
}
</style>
border-color css
<style>
span { border-color: #CFF874; }
span { border-color: rgb(207,248,116); }
td.TdClassName
{
border-color: #CFF874;
}
.TagClassName
{
border-color: #CFF874;
}
</style>