Shades of Sulu #CFE987
Tints of Sulu #CFE987
RGB
CMYK
RGB Variations
Color information
#CFE987 (or 0xCFE987) is known color: Sulu. HEX triplet: CF, E9 and 87. RGB value is (207,233,135). Sum of RGB (Red+Green+Blue) = 207+233+135=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 135 (53.12% from 255 or 23.48% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE987 is #301678. Grayscale: #D6D6D6. Windows color (decimal): -3151481 or 8907215. OLE color: 8907215.
HSL color Cylindrical-coordinate representation of color #CFE987: hue angle of 75.92º 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 #CFE987 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 135 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.09 |
| HSL | 75.92º | 0.69% | 0.72% | - |
| HSV(B) | 75.92º | 0.42% | 0.91% | - |
| XYZ | 59.24 | 73.29 | 33.95 | - |
| YUV | 214.05 | 83.39 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 135 | 0.11 | 0 | 0.42 | 0.09 | 75.92 | 0.69 | 0.72 |
| Hex | CF | E9 | 87 | B | 0 | 2A | 9 | 4C | 45 | 48 |
| Octal | 317 | 351 | 207 | 13 | 0 | 52 | 11 | 114 | 105 | 110 |
| Binary | 11001111 | 11101001 | 10000111 | 1011 | 0 | 101010 | 1001 | 1001100 | 1000101 | 1001000 |
Color Harmonies of #CFE987
Complementary color
Monochromatic Colors of #CFE987
Black with #CFE987
Text Example
Text Example
White with #CFE987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE987; }
p { color: rgb(207,233,135); }
H1.HeaderClassName
{
color: #CFE987;
}
.AnyTagClassName
{
color: #CFE987;
}
</style>
background-color css
<style>
a { background-color: #CFE987; }
a { background-color: rgb(207,233,135); }
div.DivClassName
{
background-color: #CFE987;
}
.BgClassName
{
background-color: #CFE987;
}
</style>
border-color css
<style>
span { border-color: #CFE987; }
span { border-color: rgb(207,233,135); }
td.TdClassName
{
border-color: #CFE987;
}
.TagClassName
{
border-color: #CFE987;
}
</style>