Shades of Sulu #C2F476
Tints of Sulu #C2F476
RGB
CMYK
RGB Variations
Color information
#C2F476 (or 0xC2F476) is known color: Sulu. HEX triplet: C2, F4 and 76. RGB value is (194,244,118). Sum of RGB (Red+Green+Blue) = 194+244+118=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 244 (95.70% from 255 or 43.88% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F476 is #3D0B89. Grayscale: #D7D7D7. Windows color (decimal): -4000650 or 7795906. OLE color: 7795906.
HSL color Cylindrical-coordinate representation of color #C2F476: hue angle of 83.81º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2F476 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 118 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.04 |
| HSL | 83.81º | 0.85% | 0.71% | - |
| HSV(B) | 83.81º | 0.52% | 0.96% | - |
| XYZ | 57.87 | 77.48 | 29.04 | - |
| YUV | 214.69 | 73.44 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 118 | 0.20 | 0 | 0.52 | 0.04 | 83.81 | 0.85 | 0.71 |
| Hex | C2 | F4 | 76 | 14 | 0 | 34 | 4 | 54 | 55 | 47 |
| Octal | 302 | 364 | 166 | 24 | 0 | 64 | 4 | 124 | 125 | 107 |
| Binary | 11000010 | 11110100 | 1110110 | 10100 | 0 | 110100 | 100 | 1010100 | 1010101 | 1000111 |
Color Harmonies of #C2F476
Complementary color
Monochromatic Colors of #C2F476
Black with #C2F476
Text Example
Text Example
White with #C2F476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F476; }
p { color: rgb(194,244,118); }
H1.HeaderClassName
{
color: #C2F476;
}
.AnyTagClassName
{
color: #C2F476;
}
</style>
background-color css
<style>
a { background-color: #C2F476; }
a { background-color: rgb(194,244,118); }
div.DivClassName
{
background-color: #C2F476;
}
.BgClassName
{
background-color: #C2F476;
}
</style>
border-color css
<style>
span { border-color: #C2F476; }
span { border-color: rgb(194,244,118); }
td.TdClassName
{
border-color: #C2F476;
}
.TagClassName
{
border-color: #C2F476;
}
</style>