Shades of Sulu #C8F086
Tints of Sulu #C8F086
RGB
CMYK
RGB Variations
Color information
#C8F086 (or 0xC8F086) is known color: Sulu. HEX triplet: C8, F0 and 86. RGB value is (200,240,134). Sum of RGB (Red+Green+Blue) = 200+240+134=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 134 (52.73% from 255 or 23.34% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F086 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F086 is #370F79. Grayscale: #D8D8D8. Windows color (decimal): -3608442 or 8843464. OLE color: 8843464.
HSL color Cylindrical-coordinate representation of color #C8F086: hue angle of 82.64º 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 #C8F086 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 134 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.06 |
| HSL | 82.64º | 0.78% | 0.73% | - |
| HSV(B) | 82.64º | 0.44% | 0.94% | - |
| XYZ | 59.28 | 76.32 | 34.16 | - |
| YUV | 215.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 134 | 0.17 | 0 | 0.44 | 0.06 | 82.64 | 0.78 | 0.73 |
| Hex | C8 | F0 | 86 | 11 | 0 | 2C | 6 | 53 | 4E | 49 |
| Octal | 310 | 360 | 206 | 21 | 0 | 54 | 6 | 123 | 116 | 111 |
| Binary | 11001000 | 11110000 | 10000110 | 10001 | 0 | 101100 | 110 | 1010011 | 1001110 | 1001001 |
Color Harmonies of #C8F086
Complementary color
Monochromatic Colors of #C8F086
Black with #C8F086
Text Example
Text Example
White with #C8F086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F086; }
p { color: rgb(200,240,134); }
H1.HeaderClassName
{
color: #C8F086;
}
.AnyTagClassName
{
color: #C8F086;
}
</style>
background-color css
<style>
a { background-color: #C8F086; }
a { background-color: rgb(200,240,134); }
div.DivClassName
{
background-color: #C8F086;
}
.BgClassName
{
background-color: #C8F086;
}
</style>
border-color css
<style>
span { border-color: #C8F086; }
span { border-color: rgb(200,240,134); }
td.TdClassName
{
border-color: #C8F086;
}
.TagClassName
{
border-color: #C8F086;
}
</style>