Shades of Sulu #C8FA78
Tints of Sulu #C8FA78
RGB
CMYK
RGB Variations
Color information
#C8FA78 (or 0xC8FA78) is known color: Sulu. HEX triplet: C8, FA and 78. RGB value is (200,250,120). Sum of RGB (Red+Green+Blue) = 200+250+120=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA78 is #370587. Grayscale: #DCDCDC. Windows color (decimal): -3605896 or 7928520. OLE color: 7928520.
HSL color Cylindrical-coordinate representation of color #C8FA78: hue angle of 83.08º degrees, saturation: 0.93, 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 #C8FA78 is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 120 | - |
| CMYK | 0.2 | 0 | 0.52 | 0.02 |
| HSL | 83.08º | 0.93% | 0.73% | - |
| HSV(B) | 83.08º | 0.52% | 0.98% | - |
| XYZ | 61.4 | 82.01 | 30.36 | - |
| YUV | 220.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 120 | 0.2 | 0 | 0.52 | 0.02 | 83.08 | 0.93 | 0.73 |
| Hex | C8 | FA | 78 | 14 | 0 | 34 | 2 | 53 | 5D | 49 |
| Octal | 310 | 372 | 170 | 24 | 0 | 64 | 2 | 123 | 135 | 111 |
| Binary | 11001000 | 11111010 | 1111000 | 10100 | 0 | 110100 | 10 | 1010011 | 1011101 | 1001001 |
Color Harmonies of #C8FA78
Complementary color
Monochromatic Colors of #C8FA78
Black with #C8FA78
Text Example
Text Example
White with #C8FA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA78; }
p { color: rgb(200,250,120); }
H1.HeaderClassName
{
color: #C8FA78;
}
.AnyTagClassName
{
color: #C8FA78;
}
</style>
background-color css
<style>
a { background-color: #C8FA78; }
a { background-color: rgb(200,250,120); }
div.DivClassName
{
background-color: #C8FA78;
}
.BgClassName
{
background-color: #C8FA78;
}
</style>
border-color css
<style>
span { border-color: #C8FA78; }
span { border-color: rgb(200,250,120); }
td.TdClassName
{
border-color: #C8FA78;
}
.TagClassName
{
border-color: #C8FA78;
}
</style>