Shades of Sulu #CFF086
Tints of Sulu #CFF086
RGB
CMYK
RGB Variations
Color information
#CFF086 (or 0xCFF086) is known color: Sulu. HEX triplet: CF, F0 and 86. RGB value is (207,240,134). Sum of RGB (Red+Green+Blue) = 207+240+134=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF086 is #300F79. Grayscale: #DADADA. Windows color (decimal): -3149690 or 8843471. OLE color: 8843471.
HSL color Cylindrical-coordinate representation of color #CFF086: hue angle of 78.68º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFF086 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 134 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.06 |
| HSL | 78.68º | 0.78% | 0.73% | - |
| HSV(B) | 78.68º | 0.44% | 0.94% | - |
| XYZ | 61.2 | 77.31 | 34.25 | - |
| YUV | 218.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 134 | 0.14 | 0 | 0.44 | 0.06 | 78.68 | 0.78 | 0.73 |
| Hex | CF | F0 | 86 | E | 0 | 2C | 6 | 4F | 4E | 49 |
| Octal | 317 | 360 | 206 | 16 | 0 | 54 | 6 | 117 | 116 | 111 |
| Binary | 11001111 | 11110000 | 10000110 | 1110 | 0 | 101100 | 110 | 1001111 | 1001110 | 1001001 |
Color Harmonies of #CFF086
Complementary color
Monochromatic Colors of #CFF086
Black with #CFF086
Text Example
Text Example
White with #CFF086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF086; }
p { color: rgb(207,240,134); }
H1.HeaderClassName
{
color: #CFF086;
}
.AnyTagClassName
{
color: #CFF086;
}
</style>
background-color css
<style>
a { background-color: #CFF086; }
a { background-color: rgb(207,240,134); }
div.DivClassName
{
background-color: #CFF086;
}
.BgClassName
{
background-color: #CFF086;
}
</style>
border-color css
<style>
span { border-color: #CFF086; }
span { border-color: rgb(207,240,134); }
td.TdClassName
{
border-color: #CFF086;
}
.TagClassName
{
border-color: #CFF086;
}
</style>