Shades of Sulu #C8F86C
Tints of Sulu #C8F86C
RGB
CMYK
RGB Variations
Color information
#C8F86C (or 0xC8F86C) is known color: Sulu. HEX triplet: C8, F8 and 6C. RGB value is (200,248,108). Sum of RGB (Red+Green+Blue) = 200+248+108=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F86C is #370793. Grayscale: #DADADA. Windows color (decimal): -3606420 or 7141576. OLE color: 7141576.
HSL color Cylindrical-coordinate representation of color #C8F86C: hue angle of 80.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8F86C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 108 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.03 |
| HSL | 80.57º | 0.91% | 0.7% | - |
| HSV(B) | 80.57º | 0.56% | 0.97% | - |
| XYZ | 60.09 | 80.5 | 26.56 | - |
| YUV | 217.69 | 66.1 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 108 | 0.19 | 0 | 0.56 | 0.03 | 80.57 | 0.91 | 0.7 |
| Hex | C8 | F8 | 6C | 13 | 0 | 38 | 3 | 51 | 5B | 46 |
| Octal | 310 | 370 | 154 | 23 | 0 | 70 | 3 | 121 | 133 | 106 |
| Binary | 11001000 | 11111000 | 1101100 | 10011 | 0 | 111000 | 11 | 1010001 | 1011011 | 1000110 |
Color Harmonies of #C8F86C
Complementary color
Monochromatic Colors of #C8F86C
Black with #C8F86C
Text Example
Text Example
White with #C8F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F86C; }
p { color: rgb(200,248,108); }
H1.HeaderClassName
{
color: #C8F86C;
}
.AnyTagClassName
{
color: #C8F86C;
}
</style>
background-color css
<style>
a { background-color: #C8F86C; }
a { background-color: rgb(200,248,108); }
div.DivClassName
{
background-color: #C8F86C;
}
.BgClassName
{
background-color: #C8F86C;
}
</style>
border-color css
<style>
span { border-color: #C8F86C; }
span { border-color: rgb(200,248,108); }
td.TdClassName
{
border-color: #C8F86C;
}
.TagClassName
{
border-color: #C8F86C;
}
</style>