Shades of Sulu #C4FA6D
Tints of Sulu #C4FA6D
RGB
CMYK
RGB Variations
Color information
#C4FA6D (or 0xC4FA6D) is known color: Sulu. HEX triplet: C4, FA and 6D. RGB value is (196,250,109). Sum of RGB (Red+Green+Blue) = 196+250+109=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FA6D is #3B0592. Grayscale: #DADADA. Windows color (decimal): -3868051 or 7207620. OLE color: 7207620.
HSL color Cylindrical-coordinate representation of color #C4FA6D: hue angle of 82.98º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4FA6D is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 109 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.02 |
| HSL | 82.98º | 0.93% | 0.7% | - |
| HSV(B) | 82.98º | 0.56% | 0.98% | - |
| XYZ | 59.71 | 81.21 | 27 | - |
| YUV | 217.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 109 | 0.22 | 0 | 0.56 | 0.02 | 82.98 | 0.93 | 0.7 |
| Hex | C4 | FA | 6D | 16 | 0 | 38 | 2 | 53 | 5D | 46 |
| Octal | 304 | 372 | 155 | 26 | 0 | 70 | 2 | 123 | 135 | 106 |
| Binary | 11000100 | 11111010 | 1101101 | 10110 | 0 | 111000 | 10 | 1010011 | 1011101 | 1000110 |
Color Harmonies of #C4FA6D
Complementary color
Monochromatic Colors of #C4FA6D
Black with #C4FA6D
Text Example
Text Example
White with #C4FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FA6D; }
p { color: rgb(196,250,109); }
H1.HeaderClassName
{
color: #C4FA6D;
}
.AnyTagClassName
{
color: #C4FA6D;
}
</style>
background-color css
<style>
a { background-color: #C4FA6D; }
a { background-color: rgb(196,250,109); }
div.DivClassName
{
background-color: #C4FA6D;
}
.BgClassName
{
background-color: #C4FA6D;
}
</style>
border-color css
<style>
span { border-color: #C4FA6D; }
span { border-color: rgb(196,250,109); }
td.TdClassName
{
border-color: #C4FA6D;
}
.TagClassName
{
border-color: #C4FA6D;
}
</style>