Shades of Sulu #C2F478
Tints of Sulu #C2F478
RGB
CMYK
RGB Variations
Color information
#C2F478 (or 0xC2F478) is known color: Sulu. HEX triplet: C2, F4 and 78. RGB value is (194,244,120). Sum of RGB (Red+Green+Blue) = 194+244+120=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F478 is #3D0B87. Grayscale: #D7D7D7. Windows color (decimal): -4000648 or 7926978. OLE color: 7926978.
HSL color Cylindrical-coordinate representation of color #C2F478: hue angle of 84.19º 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 #C2F478 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 120 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.04 |
| HSL | 84.19º | 0.85% | 0.71% | - |
| HSV(B) | 84.19º | 0.51% | 0.96% | - |
| XYZ | 57.99 | 77.53 | 29.68 | - |
| YUV | 214.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 120 | 0.20 | 0 | 0.51 | 0.04 | 84.19 | 0.85 | 0.71 |
| Hex | C2 | F4 | 78 | 14 | 0 | 33 | 4 | 54 | 55 | 47 |
| Octal | 302 | 364 | 170 | 24 | 0 | 63 | 4 | 124 | 125 | 107 |
| Binary | 11000010 | 11110100 | 1111000 | 10100 | 0 | 110011 | 100 | 1010100 | 1010101 | 1000111 |
Color Harmonies of #C2F478
Complementary color
Monochromatic Colors of #C2F478
Black with #C2F478
Text Example
Text Example
White with #C2F478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F478; }
p { color: rgb(194,244,120); }
H1.HeaderClassName
{
color: #C2F478;
}
.AnyTagClassName
{
color: #C2F478;
}
</style>
background-color css
<style>
a { background-color: #C2F478; }
a { background-color: rgb(194,244,120); }
div.DivClassName
{
background-color: #C2F478;
}
.BgClassName
{
background-color: #C2F478;
}
</style>
border-color css
<style>
span { border-color: #C2F478; }
span { border-color: rgb(194,244,120); }
td.TdClassName
{
border-color: #C2F478;
}
.TagClassName
{
border-color: #C2F478;
}
</style>