Shades of Sulu #C8F878
Tints of Sulu #C8F878
RGB
CMYK
RGB Variations
Color information
#C8F878 (or 0xC8F878) is known color: Sulu. HEX triplet: C8, F8 and 78. RGB value is (200,248,120). Sum of RGB (Red+Green+Blue) = 200+248+120=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 120 (47.27% from 255 or 21.13% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F878 is #370787. Grayscale: #DBDBDB. Windows color (decimal): -3606408 or 7928008. OLE color: 7928008.
HSL color Cylindrical-coordinate representation of color #C8F878: hue angle of 82.5º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8F878 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 120 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.03 |
| HSL | 82.5º | 0.9% | 0.72% | - |
| HSV(B) | 82.5º | 0.52% | 0.97% | - |
| XYZ | 60.78 | 80.77 | 30.16 | - |
| YUV | 219.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 120 | 0.19 | 0 | 0.52 | 0.03 | 82.5 | 0.9 | 0.72 |
| Hex | C8 | F8 | 78 | 13 | 0 | 34 | 3 | 52 | 5A | 48 |
| Octal | 310 | 370 | 170 | 23 | 0 | 64 | 3 | 122 | 132 | 110 |
| Binary | 11001000 | 11111000 | 1111000 | 10011 | 0 | 110100 | 11 | 1010010 | 1011010 | 1001000 |
Color Harmonies of #C8F878
Complementary color
Monochromatic Colors of #C8F878
Black with #C8F878
Text Example
Text Example
White with #C8F878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F878; }
p { color: rgb(200,248,120); }
H1.HeaderClassName
{
color: #C8F878;
}
.AnyTagClassName
{
color: #C8F878;
}
</style>
background-color css
<style>
a { background-color: #C8F878; }
a { background-color: rgb(200,248,120); }
div.DivClassName
{
background-color: #C8F878;
}
.BgClassName
{
background-color: #C8F878;
}
</style>
border-color css
<style>
span { border-color: #C8F878; }
span { border-color: rgb(200,248,120); }
td.TdClassName
{
border-color: #C8F878;
}
.TagClassName
{
border-color: #C8F878;
}
</style>