Shades of Sulu #CFF084
Tints of Sulu #CFF084
RGB
CMYK
RGB Variations
Color information
#CFF084 (or 0xCFF084) is known color: Sulu. HEX triplet: CF, F0 and 84. RGB value is (207,240,132). Sum of RGB (Red+Green+Blue) = 207+240+132=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF084 is #300F7B. Grayscale: #DADADA. Windows color (decimal): -3149692 or 8712399. OLE color: 8712399.
HSL color Cylindrical-coordinate representation of color #CFF084: hue angle of 78.33º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFF084 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 132 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.06 |
| HSL | 78.33º | 0.78% | 0.73% | - |
| HSV(B) | 78.33º | 0.45% | 0.94% | - |
| XYZ | 61.06 | 77.25 | 33.52 | - |
| YUV | 217.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 132 | 0.14 | 0 | 0.45 | 0.06 | 78.33 | 0.78 | 0.73 |
| Hex | CF | F0 | 84 | E | 0 | 2D | 6 | 4E | 4E | 49 |
| Octal | 317 | 360 | 204 | 16 | 0 | 55 | 6 | 116 | 116 | 111 |
| Binary | 11001111 | 11110000 | 10000100 | 1110 | 0 | 101101 | 110 | 1001110 | 1001110 | 1001001 |
Color Harmonies of #CFF084
Complementary color
Monochromatic Colors of #CFF084
Black with #CFF084
Text Example
Text Example
White with #CFF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF084; }
p { color: rgb(207,240,132); }
H1.HeaderClassName
{
color: #CFF084;
}
.AnyTagClassName
{
color: #CFF084;
}
</style>
background-color css
<style>
a { background-color: #CFF084; }
a { background-color: rgb(207,240,132); }
div.DivClassName
{
background-color: #CFF084;
}
.BgClassName
{
background-color: #CFF084;
}
</style>
border-color css
<style>
span { border-color: #CFF084; }
span { border-color: rgb(207,240,132); }
td.TdClassName
{
border-color: #CFF084;
}
.TagClassName
{
border-color: #CFF084;
}
</style>