Shades of Sulu #C2F46F
Tints of Sulu #C2F46F
RGB
CMYK
RGB Variations
Color information
#C2F46F (or 0xC2F46F) is known color: Sulu. HEX triplet: C2, F4 and 6F. RGB value is (194,244,111). Sum of RGB (Red+Green+Blue) = 194+244+111=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F46F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F46F is #3D0B90. Grayscale: #D6D6D6. Windows color (decimal): -4000657 or 7337154. OLE color: 7337154.
HSL color Cylindrical-coordinate representation of color #C2F46F: hue angle of 82.56º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2F46F is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 111 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.04 |
| HSL | 82.56º | 0.86% | 0.7% | - |
| HSV(B) | 82.56º | 0.55% | 0.96% | - |
| XYZ | 57.47 | 77.32 | 26.93 | - |
| YUV | 213.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 111 | 0.20 | 0 | 0.55 | 0.04 | 82.56 | 0.86 | 0.7 |
| Hex | C2 | F4 | 6F | 14 | 0 | 37 | 4 | 53 | 56 | 46 |
| Octal | 302 | 364 | 157 | 24 | 0 | 67 | 4 | 123 | 126 | 106 |
| Binary | 11000010 | 11110100 | 1101111 | 10100 | 0 | 110111 | 100 | 1010011 | 1010110 | 1000110 |
Color Harmonies of #C2F46F
Complementary color
Monochromatic Colors of #C2F46F
Black with #C2F46F
Text Example
Text Example
White with #C2F46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F46F; }
p { color: rgb(194,244,111); }
H1.HeaderClassName
{
color: #C2F46F;
}
.AnyTagClassName
{
color: #C2F46F;
}
</style>
background-color css
<style>
a { background-color: #C2F46F; }
a { background-color: rgb(194,244,111); }
div.DivClassName
{
background-color: #C2F46F;
}
.BgClassName
{
background-color: #C2F46F;
}
</style>
border-color css
<style>
span { border-color: #C2F46F; }
span { border-color: rgb(194,244,111); }
td.TdClassName
{
border-color: #C2F46F;
}
.TagClassName
{
border-color: #C2F46F;
}
</style>