Shades of Sulu #C8FF86
Tints of Sulu #C8FF86
RGB
CMYK
RGB Variations
Color information
#C8FF86 (or 0xC8FF86) is known color: Sulu. HEX triplet: C8, FF and 86. RGB value is (200,255,134). Sum of RGB (Red+Green+Blue) = 200+255+134=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FF86 is #370079. Grayscale: #E1E1E1. Windows color (decimal): -3604602 or 8847304. OLE color: 8847304.
HSL color Cylindrical-coordinate representation of color #C8FF86: hue angle of 87.27º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8FF86 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 134 | - |
| CMYK | 0.22 | 0 | 0.47 | 0 |
| HSL | 87.27º | 1% | 0.76% | - |
| HSV(B) | 87.27º | 0.47% | 1% | - |
| XYZ | 63.88 | 85.52 | 35.69 | - |
| YUV | 224.76 | 76.78 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 134 | 0.22 | 0 | 0.47 | 0 | 87.27 | 1 | 0.76 |
| Hex | C8 | FF | 86 | 16 | 0 | 2F | 0 | 57 | 64 | 4C |
| Octal | 310 | 377 | 206 | 26 | 0 | 57 | 0 | 127 | 144 | 114 |
| Binary | 11001000 | 11111111 | 10000110 | 10110 | 0 | 101111 | 0 | 1010111 | 1100100 | 1001100 |
Color Harmonies of #C8FF86
Complementary color
Monochromatic Colors of #C8FF86
Black with #C8FF86
Text Example
Text Example
White with #C8FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FF86; }
p { color: rgb(200,255,134); }
H1.HeaderClassName
{
color: #C8FF86;
}
.AnyTagClassName
{
color: #C8FF86;
}
</style>
background-color css
<style>
a { background-color: #C8FF86; }
a { background-color: rgb(200,255,134); }
div.DivClassName
{
background-color: #C8FF86;
}
.BgClassName
{
background-color: #C8FF86;
}
</style>
border-color css
<style>
span { border-color: #C8FF86; }
span { border-color: rgb(200,255,134); }
td.TdClassName
{
border-color: #C8FF86;
}
.TagClassName
{
border-color: #C8FF86;
}
</style>