Shades of Sulu #C4FA73
Tints of Sulu #C4FA73
RGB
CMYK
RGB Variations
Color information
#C4FA73 (or 0xC4FA73) is known color: Sulu. HEX triplet: C4, FA and 73. RGB value is (196,250,115). Sum of RGB (Red+Green+Blue) = 196+250+115=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FA73 is #3B058C. Grayscale: #DADADA. Windows color (decimal): -3868045 or 7600836. OLE color: 7600836.
HSL color Cylindrical-coordinate representation of color #C4FA73: hue angle of 84º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4FA73 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 115 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.02 |
| HSL | 84º | 0.93% | 0.72% | - |
| HSV(B) | 84º | 0.54% | 0.98% | - |
| XYZ | 60.05 | 81.34 | 28.76 | - |
| YUV | 218.46 | 69.61 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 115 | 0.22 | 0 | 0.54 | 0.02 | 84 | 0.93 | 0.72 |
| Hex | C4 | FA | 73 | 16 | 0 | 36 | 2 | 54 | 5D | 48 |
| Octal | 304 | 372 | 163 | 26 | 0 | 66 | 2 | 124 | 135 | 110 |
| Binary | 11000100 | 11111010 | 1110011 | 10110 | 0 | 110110 | 10 | 1010100 | 1011101 | 1001000 |
Color Harmonies of #C4FA73
Complementary color
Monochromatic Colors of #C4FA73
Black with #C4FA73
Text Example
Text Example
White with #C4FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FA73; }
p { color: rgb(196,250,115); }
H1.HeaderClassName
{
color: #C4FA73;
}
.AnyTagClassName
{
color: #C4FA73;
}
</style>
background-color css
<style>
a { background-color: #C4FA73; }
a { background-color: rgb(196,250,115); }
div.DivClassName
{
background-color: #C4FA73;
}
.BgClassName
{
background-color: #C4FA73;
}
</style>
border-color css
<style>
span { border-color: #C4FA73; }
span { border-color: rgb(196,250,115); }
td.TdClassName
{
border-color: #C4FA73;
}
.TagClassName
{
border-color: #C4FA73;
}
</style>