Shades of Sulu #C2F484
Tints of Sulu #C2F484
RGB
CMYK
RGB Variations
Color information
#C2F484 (or 0xC2F484) is known color: Sulu. HEX triplet: C2, F4 and 84. RGB value is (194,244,132). Sum of RGB (Red+Green+Blue) = 194+244+132=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F484 is #3D0B7B. Grayscale: #D8D8D8. Windows color (decimal): -4000636 or 8713410. OLE color: 8713410.
HSL color Cylindrical-coordinate representation of color #C2F484: hue angle of 86.79º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2F484 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 132 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.04 |
| HSL | 86.79º | 0.84% | 0.74% | - |
| HSV(B) | 86.79º | 0.46% | 0.96% | - |
| XYZ | 58.76 | 77.84 | 33.76 | - |
| YUV | 216.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 132 | 0.20 | 0 | 0.46 | 0.04 | 86.79 | 0.84 | 0.74 |
| Hex | C2 | F4 | 84 | 14 | 0 | 2E | 4 | 57 | 54 | 4A |
| Octal | 302 | 364 | 204 | 24 | 0 | 56 | 4 | 127 | 124 | 112 |
| Binary | 11000010 | 11110100 | 10000100 | 10100 | 0 | 101110 | 100 | 1010111 | 1010100 | 1001010 |
Color Harmonies of #C2F484
Complementary color
Monochromatic Colors of #C2F484
Black with #C2F484
Text Example
Text Example
White with #C2F484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F484; }
p { color: rgb(194,244,132); }
H1.HeaderClassName
{
color: #C2F484;
}
.AnyTagClassName
{
color: #C2F484;
}
</style>
background-color css
<style>
a { background-color: #C2F484; }
a { background-color: rgb(194,244,132); }
div.DivClassName
{
background-color: #C2F484;
}
.BgClassName
{
background-color: #C2F484;
}
</style>
border-color css
<style>
span { border-color: #C2F484; }
span { border-color: rgb(194,244,132); }
td.TdClassName
{
border-color: #C2F484;
}
.TagClassName
{
border-color: #C2F484;
}
</style>