Shades of Sulu #C2F874
Tints of Sulu #C2F874
RGB
CMYK
RGB Variations
Color information
#C2F874 (or 0xC2F874) is known color: Sulu. HEX triplet: C2, F8 and 74. RGB value is (194,248,116). Sum of RGB (Red+Green+Blue) = 194+248+116=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F874 is #3D078B. Grayscale: #D9D9D9. Windows color (decimal): -3999628 or 7665858. OLE color: 7665858.
HSL color Cylindrical-coordinate representation of color #C2F874: hue angle of 84.55º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2F874 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 116 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.03 |
| HSL | 84.55º | 0.9% | 0.71% | - |
| HSV(B) | 84.55º | 0.53% | 0.97% | - |
| XYZ | 58.97 | 79.87 | 28.83 | - |
| YUV | 216.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 116 | 0.22 | 0 | 0.53 | 0.03 | 84.55 | 0.9 | 0.71 |
| Hex | C2 | F8 | 74 | 16 | 0 | 35 | 3 | 55 | 5A | 47 |
| Octal | 302 | 370 | 164 | 26 | 0 | 65 | 3 | 125 | 132 | 107 |
| Binary | 11000010 | 11111000 | 1110100 | 10110 | 0 | 110101 | 11 | 1010101 | 1011010 | 1000111 |
Color Harmonies of #C2F874
Complementary color
Monochromatic Colors of #C2F874
Black with #C2F874
Text Example
Text Example
White with #C2F874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F874; }
p { color: rgb(194,248,116); }
H1.HeaderClassName
{
color: #C2F874;
}
.AnyTagClassName
{
color: #C2F874;
}
</style>
background-color css
<style>
a { background-color: #C2F874; }
a { background-color: rgb(194,248,116); }
div.DivClassName
{
background-color: #C2F874;
}
.BgClassName
{
background-color: #C2F874;
}
</style>
border-color css
<style>
span { border-color: #C2F874; }
span { border-color: rgb(194,248,116); }
td.TdClassName
{
border-color: #C2F874;
}
.TagClassName
{
border-color: #C2F874;
}
</style>