Shades of Sulu #C4FA78
Tints of Sulu #C4FA78
RGB
CMYK
RGB Variations
Color information
#C4FA78 (or 0xC4FA78) is known color: Sulu. HEX triplet: C4, FA and 78. RGB value is (196,250,120). Sum of RGB (Red+Green+Blue) = 196+250+120=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 120 (47.27% from 255 or 21.20% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FA78 is #3B0587. Grayscale: #DBDBDB. Windows color (decimal): -3868040 or 7928516. OLE color: 7928516.
HSL color Cylindrical-coordinate representation of color #C4FA78: hue angle of 84.92º 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 #C4FA78 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 120 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.02 |
| HSL | 84.92º | 0.93% | 0.73% | - |
| HSV(B) | 84.92º | 0.52% | 0.98% | - |
| XYZ | 60.34 | 81.46 | 30.31 | - |
| YUV | 219.03 | 72.11 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 120 | 0.22 | 0 | 0.52 | 0.02 | 84.92 | 0.93 | 0.73 |
| Hex | C4 | FA | 78 | 16 | 0 | 34 | 2 | 55 | 5D | 49 |
| Octal | 304 | 372 | 170 | 26 | 0 | 64 | 2 | 125 | 135 | 111 |
| Binary | 11000100 | 11111010 | 1111000 | 10110 | 0 | 110100 | 10 | 1010101 | 1011101 | 1001001 |
Color Harmonies of #C4FA78
Complementary color
Monochromatic Colors of #C4FA78
Black with #C4FA78
Text Example
Text Example
White with #C4FA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FA78; }
p { color: rgb(196,250,120); }
H1.HeaderClassName
{
color: #C4FA78;
}
.AnyTagClassName
{
color: #C4FA78;
}
</style>
background-color css
<style>
a { background-color: #C4FA78; }
a { background-color: rgb(196,250,120); }
div.DivClassName
{
background-color: #C4FA78;
}
.BgClassName
{
background-color: #C4FA78;
}
</style>
border-color css
<style>
span { border-color: #C4FA78; }
span { border-color: rgb(196,250,120); }
td.TdClassName
{
border-color: #C4FA78;
}
.TagClassName
{
border-color: #C4FA78;
}
</style>