Shades of Sulu #CFFF84
Tints of Sulu #CFFF84
RGB
CMYK
RGB Variations
Color information
#CFFF84 (or 0xCFFF84) is known color: Sulu. HEX triplet: CF, FF and 84. RGB value is (207,255,132). Sum of RGB (Red+Green+Blue) = 207+255+132=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFF84 is #30007B. Grayscale: #E3E3E3. Windows color (decimal): -3145852 or 8716239. OLE color: 8716239.
HSL color Cylindrical-coordinate representation of color #CFFF84: hue angle of 83.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFFF84 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 132 | - |
| CMYK | 0.19 | 0 | 0.48 | 0 |
| HSL | 83.41º | 1% | 0.76% | - |
| HSV(B) | 83.41º | 0.48% | 1% | - |
| XYZ | 65.66 | 86.45 | 35.06 | - |
| YUV | 226.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 132 | 0.19 | 0 | 0.48 | 0 | 83.41 | 1 | 0.76 |
| Hex | CF | FF | 84 | 13 | 0 | 30 | 0 | 53 | 64 | 4C |
| Octal | 317 | 377 | 204 | 23 | 0 | 60 | 0 | 123 | 144 | 114 |
| Binary | 11001111 | 11111111 | 10000100 | 10011 | 0 | 110000 | 0 | 1010011 | 1100100 | 1001100 |
Color Harmonies of #CFFF84
Complementary color
Monochromatic Colors of #CFFF84
Black with #CFFF84
Text Example
Text Example
White with #CFFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF84; }
p { color: rgb(207,255,132); }
H1.HeaderClassName
{
color: #CFFF84;
}
.AnyTagClassName
{
color: #CFFF84;
}
</style>
background-color css
<style>
a { background-color: #CFFF84; }
a { background-color: rgb(207,255,132); }
div.DivClassName
{
background-color: #CFFF84;
}
.BgClassName
{
background-color: #CFFF84;
}
</style>
border-color css
<style>
span { border-color: #CFFF84; }
span { border-color: rgb(207,255,132); }
td.TdClassName
{
border-color: #CFFF84;
}
.TagClassName
{
border-color: #CFFF84;
}
</style>