Shades of Sulu #CFF884
Tints of Sulu #CFF884
RGB
CMYK
RGB Variations
Color information
#CFF884 (or 0xCFF884) is known color: Sulu. HEX triplet: CF, F8 and 84. RGB value is (207,248,132). Sum of RGB (Red+Green+Blue) = 207+248+132=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF884 is #30077B. Grayscale: #DEDEDE. Windows color (decimal): -3147644 or 8714447. OLE color: 8714447.
HSL color Cylindrical-coordinate representation of color #CFF884: hue angle of 81.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFF884 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 132 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.03 |
| HSL | 81.21º | 0.89% | 0.75% | - |
| HSV(B) | 81.21º | 0.47% | 0.97% | - |
| XYZ | 63.46 | 82.07 | 34.33 | - |
| YUV | 222.52 | 76.92 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 132 | 0.17 | 0 | 0.47 | 0.03 | 81.21 | 0.89 | 0.75 |
| Hex | CF | F8 | 84 | 11 | 0 | 2F | 3 | 51 | 59 | 4B |
| Octal | 317 | 370 | 204 | 21 | 0 | 57 | 3 | 121 | 131 | 113 |
| Binary | 11001111 | 11111000 | 10000100 | 10001 | 0 | 101111 | 11 | 1010001 | 1011001 | 1001011 |
Color Harmonies of #CFF884
Complementary color
Monochromatic Colors of #CFF884
Black with #CFF884
Text Example
Text Example
White with #CFF884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF884; }
p { color: rgb(207,248,132); }
H1.HeaderClassName
{
color: #CFF884;
}
.AnyTagClassName
{
color: #CFF884;
}
</style>
background-color css
<style>
a { background-color: #CFF884; }
a { background-color: rgb(207,248,132); }
div.DivClassName
{
background-color: #CFF884;
}
.BgClassName
{
background-color: #CFF884;
}
</style>
border-color css
<style>
span { border-color: #CFF884; }
span { border-color: rgb(207,248,132); }
td.TdClassName
{
border-color: #CFF884;
}
.TagClassName
{
border-color: #CFF884;
}
</style>