Shades of Sulu #C2F971
Tints of Sulu #C2F971
RGB
CMYK
RGB Variations
Color information
#C2F971 (or 0xC2F971) is known color: Sulu. HEX triplet: C2, F9 and 71. RGB value is (194,249,113). Sum of RGB (Red+Green+Blue) = 194+249+113=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F971 is #3D068E. Grayscale: #D9D9D9. Windows color (decimal): -3999375 or 7469506. OLE color: 7469506.
HSL color Cylindrical-coordinate representation of color #C2F971: hue angle of 84.26º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2F971 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 113 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.02 |
| HSL | 84.26º | 0.92% | 0.71% | - |
| HSV(B) | 84.26º | 0.55% | 0.98% | - |
| XYZ | 59.1 | 80.41 | 28.03 | - |
| YUV | 217.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 113 | 0.22 | 0 | 0.55 | 0.02 | 84.26 | 0.92 | 0.71 |
| Hex | C2 | F9 | 71 | 16 | 0 | 37 | 2 | 54 | 5C | 47 |
| Octal | 302 | 371 | 161 | 26 | 0 | 67 | 2 | 124 | 134 | 107 |
| Binary | 11000010 | 11111001 | 1110001 | 10110 | 0 | 110111 | 10 | 1010100 | 1011100 | 1000111 |
Color Harmonies of #C2F971
Complementary color
Monochromatic Colors of #C2F971
Black with #C2F971
Text Example
Text Example
White with #C2F971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F971; }
p { color: rgb(194,249,113); }
H1.HeaderClassName
{
color: #C2F971;
}
.AnyTagClassName
{
color: #C2F971;
}
</style>
background-color css
<style>
a { background-color: #C2F971; }
a { background-color: rgb(194,249,113); }
div.DivClassName
{
background-color: #C2F971;
}
.BgClassName
{
background-color: #C2F971;
}
</style>
border-color css
<style>
span { border-color: #C2F971; }
span { border-color: rgb(194,249,113); }
td.TdClassName
{
border-color: #C2F971;
}
.TagClassName
{
border-color: #C2F971;
}
</style>