Shades of Sulu #CFEB86
Tints of Sulu #CFEB86
RGB
CMYK
RGB Variations
Color information
#CFEB86 (or 0xCFEB86) is known color: Sulu. HEX triplet: CF, EB and 86. RGB value is (207,235,134). Sum of RGB (Red+Green+Blue) = 207+235+134=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB86 is #301479. Grayscale: #D7D7D7. Windows color (decimal): -3150970 or 8842191. OLE color: 8842191.
HSL color Cylindrical-coordinate representation of color #CFEB86: hue angle of 76.63º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFEB86 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 134 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.08 |
| HSL | 76.63º | 0.72% | 0.72% | - |
| HSV(B) | 76.63º | 0.43% | 0.92% | - |
| XYZ | 59.74 | 74.4 | 33.77 | - |
| YUV | 215.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 134 | 0.12 | 0 | 0.43 | 0.08 | 76.63 | 0.72 | 0.72 |
| Hex | CF | EB | 86 | C | 0 | 2B | 8 | 4D | 48 | 48 |
| Octal | 317 | 353 | 206 | 14 | 0 | 53 | 10 | 115 | 110 | 110 |
| Binary | 11001111 | 11101011 | 10000110 | 1100 | 0 | 101011 | 1000 | 1001101 | 1001000 | 1001000 |
Color Harmonies of #CFEB86
Complementary color
Monochromatic Colors of #CFEB86
Black with #CFEB86
Text Example
Text Example
White with #CFEB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB86; }
p { color: rgb(207,235,134); }
H1.HeaderClassName
{
color: #CFEB86;
}
.AnyTagClassName
{
color: #CFEB86;
}
</style>
background-color css
<style>
a { background-color: #CFEB86; }
a { background-color: rgb(207,235,134); }
div.DivClassName
{
background-color: #CFEB86;
}
.BgClassName
{
background-color: #CFEB86;
}
</style>
border-color css
<style>
span { border-color: #CFEB86; }
span { border-color: rgb(207,235,134); }
td.TdClassName
{
border-color: #CFEB86;
}
.TagClassName
{
border-color: #CFEB86;
}
</style>