Shades of Sulu #CFE986
Tints of Sulu #CFE986
RGB
CMYK
RGB Variations
Color information
#CFE986 (or 0xCFE986) is known color: Sulu. HEX triplet: CF, E9 and 86. RGB value is (207,233,134). Sum of RGB (Red+Green+Blue) = 207+233+134=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE986 is #301679. Grayscale: #D6D6D6. Windows color (decimal): -3151482 or 8841679. OLE color: 8841679.
HSL color Cylindrical-coordinate representation of color #CFE986: hue angle of 75.76º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFE986 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 134 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.09 |
| HSL | 75.76º | 0.69% | 0.72% | - |
| HSV(B) | 75.76º | 0.42% | 0.91% | - |
| XYZ | 59.17 | 73.26 | 33.58 | - |
| YUV | 213.94 | 82.89 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 134 | 0.11 | 0 | 0.42 | 0.09 | 75.76 | 0.69 | 0.72 |
| Hex | CF | E9 | 86 | B | 0 | 2A | 9 | 4C | 45 | 48 |
| Octal | 317 | 351 | 206 | 13 | 0 | 52 | 11 | 114 | 105 | 110 |
| Binary | 11001111 | 11101001 | 10000110 | 1011 | 0 | 101010 | 1001 | 1001100 | 1000101 | 1001000 |
Color Harmonies of #CFE986
Complementary color
Monochromatic Colors of #CFE986
Black with #CFE986
Text Example
Text Example
White with #CFE986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE986; }
p { color: rgb(207,233,134); }
H1.HeaderClassName
{
color: #CFE986;
}
.AnyTagClassName
{
color: #CFE986;
}
</style>
background-color css
<style>
a { background-color: #CFE986; }
a { background-color: rgb(207,233,134); }
div.DivClassName
{
background-color: #CFE986;
}
.BgClassName
{
background-color: #CFE986;
}
</style>
border-color css
<style>
span { border-color: #CFE986; }
span { border-color: rgb(207,233,134); }
td.TdClassName
{
border-color: #CFE986;
}
.TagClassName
{
border-color: #CFE986;
}
</style>