Shades of Sulu #C2F477
Tints of Sulu #C2F477
RGB
CMYK
RGB Variations
Color information
#C2F477 (or 0xC2F477) is known color: Sulu. HEX triplet: C2, F4 and 77. RGB value is (194,244,119). Sum of RGB (Red+Green+Blue) = 194+244+119=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F477 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F477 is #3D0B88. Grayscale: #D7D7D7. Windows color (decimal): -4000649 or 7861442. OLE color: 7861442.
HSL color Cylindrical-coordinate representation of color #C2F477: hue angle of 84º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2F477 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 119 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.04 |
| HSL | 84º | 0.85% | 0.71% | - |
| HSV(B) | 84º | 0.51% | 0.96% | - |
| XYZ | 57.93 | 77.5 | 29.36 | - |
| YUV | 214.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 119 | 0.20 | 0 | 0.51 | 0.04 | 84 | 0.85 | 0.71 |
| Hex | C2 | F4 | 77 | 14 | 0 | 33 | 4 | 54 | 55 | 47 |
| Octal | 302 | 364 | 167 | 24 | 0 | 63 | 4 | 124 | 125 | 107 |
| Binary | 11000010 | 11110100 | 1110111 | 10100 | 0 | 110011 | 100 | 1010100 | 1010101 | 1000111 |
Color Harmonies of #C2F477
Complementary color
Monochromatic Colors of #C2F477
Black with #C2F477
Text Example
Text Example
White with #C2F477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F477; }
p { color: rgb(194,244,119); }
H1.HeaderClassName
{
color: #C2F477;
}
.AnyTagClassName
{
color: #C2F477;
}
</style>
background-color css
<style>
a { background-color: #C2F477; }
a { background-color: rgb(194,244,119); }
div.DivClassName
{
background-color: #C2F477;
}
.BgClassName
{
background-color: #C2F477;
}
</style>
border-color css
<style>
span { border-color: #C2F477; }
span { border-color: rgb(194,244,119); }
td.TdClassName
{
border-color: #C2F477;
}
.TagClassName
{
border-color: #C2F477;
}
</style>