Shades of Sulu #C8FB78
Tints of Sulu #C8FB78
RGB
CMYK
RGB Variations
Color information
#C8FB78 (or 0xC8FB78) is known color: Sulu. HEX triplet: C8, FB and 78. RGB value is (200,251,120). Sum of RGB (Red+Green+Blue) = 200+251+120=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB78 is #370487. Grayscale: #DDDDDD. Windows color (decimal): -3605640 or 7928776. OLE color: 7928776.
HSL color Cylindrical-coordinate representation of color #C8FB78: hue angle of 83.36º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8FB78 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 120 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.02 |
| HSL | 83.36º | 0.94% | 0.73% | - |
| HSV(B) | 83.36º | 0.52% | 0.98% | - |
| XYZ | 61.71 | 82.63 | 30.47 | - |
| YUV | 220.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 120 | 0.20 | 0 | 0.52 | 0.02 | 83.36 | 0.94 | 0.73 |
| Hex | C8 | FB | 78 | 14 | 0 | 34 | 2 | 53 | 5E | 49 |
| Octal | 310 | 373 | 170 | 24 | 0 | 64 | 2 | 123 | 136 | 111 |
| Binary | 11001000 | 11111011 | 1111000 | 10100 | 0 | 110100 | 10 | 1010011 | 1011110 | 1001001 |
Color Harmonies of #C8FB78
Complementary color
Monochromatic Colors of #C8FB78
Black with #C8FB78
Text Example
Text Example
White with #C8FB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB78; }
p { color: rgb(200,251,120); }
H1.HeaderClassName
{
color: #C8FB78;
}
.AnyTagClassName
{
color: #C8FB78;
}
</style>
background-color css
<style>
a { background-color: #C8FB78; }
a { background-color: rgb(200,251,120); }
div.DivClassName
{
background-color: #C8FB78;
}
.BgClassName
{
background-color: #C8FB78;
}
</style>
border-color css
<style>
span { border-color: #C8FB78; }
span { border-color: rgb(200,251,120); }
td.TdClassName
{
border-color: #C8FB78;
}
.TagClassName
{
border-color: #C8FB78;
}
</style>