Shades of Sulu #C8FC78
Tints of Sulu #C8FC78
RGB
CMYK
RGB Variations
Color information
#C8FC78 (or 0xC8FC78) is known color: Sulu. HEX triplet: C8, FC and 78. RGB value is (200,252,120). Sum of RGB (Red+Green+Blue) = 200+252+120=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FC78 is #370387. Grayscale: #DDDDDD. Windows color (decimal): -3605384 or 7929032. OLE color: 7929032.
HSL color Cylindrical-coordinate representation of color #C8FC78: hue angle of 83.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8FC78 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 120 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.01 |
| HSL | 83.64º | 0.96% | 0.73% | - |
| HSV(B) | 83.64º | 0.52% | 0.99% | - |
| XYZ | 62.02 | 83.26 | 30.57 | - |
| YUV | 221.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 120 | 0.21 | 0 | 0.52 | 0.01 | 83.64 | 0.96 | 0.73 |
| Hex | C8 | FC | 78 | 15 | 0 | 34 | 1 | 54 | 60 | 49 |
| Octal | 310 | 374 | 170 | 25 | 0 | 64 | 1 | 124 | 140 | 111 |
| Binary | 11001000 | 11111100 | 1111000 | 10101 | 0 | 110100 | 1 | 1010100 | 1100000 | 1001001 |
Color Harmonies of #C8FC78
Complementary color
Monochromatic Colors of #C8FC78
Black with #C8FC78
Text Example
Text Example
White with #C8FC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC78; }
p { color: rgb(200,252,120); }
H1.HeaderClassName
{
color: #C8FC78;
}
.AnyTagClassName
{
color: #C8FC78;
}
</style>
background-color css
<style>
a { background-color: #C8FC78; }
a { background-color: rgb(200,252,120); }
div.DivClassName
{
background-color: #C8FC78;
}
.BgClassName
{
background-color: #C8FC78;
}
</style>
border-color css
<style>
span { border-color: #C8FC78; }
span { border-color: rgb(200,252,120); }
td.TdClassName
{
border-color: #C8FC78;
}
.TagClassName
{
border-color: #C8FC78;
}
</style>