Shades of Sulu #C2F46A
Tints of Sulu #C2F46A
RGB
CMYK
RGB Variations
Color information
#C2F46A (or 0xC2F46A) is known color: Sulu. HEX triplet: C2, F4 and 6A. RGB value is (194,244,106). Sum of RGB (Red+Green+Blue) = 194+244+106=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F46A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F46A is #3D0B95. Grayscale: #D5D5D5. Windows color (decimal): -4000662 or 7009474. OLE color: 7009474.
HSL color Cylindrical-coordinate representation of color #C2F46A: hue angle of 81.74º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F46A is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 106 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.04 |
| HSL | 81.74º | 0.86% | 0.69% | - |
| HSV(B) | 81.74º | 0.57% | 0.96% | - |
| XYZ | 57.2 | 77.21 | 25.52 | - |
| YUV | 213.32 | 67.44 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 106 | 0.20 | 0 | 0.57 | 0.04 | 81.74 | 0.86 | 0.69 |
| Hex | C2 | F4 | 6A | 14 | 0 | 39 | 4 | 52 | 56 | 45 |
| Octal | 302 | 364 | 152 | 24 | 0 | 71 | 4 | 122 | 126 | 105 |
| Binary | 11000010 | 11110100 | 1101010 | 10100 | 0 | 111001 | 100 | 1010010 | 1010110 | 1000101 |
Color Harmonies of #C2F46A
Complementary color
Monochromatic Colors of #C2F46A
Black with #C2F46A
Text Example
Text Example
White with #C2F46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F46A; }
p { color: rgb(194,244,106); }
H1.HeaderClassName
{
color: #C2F46A;
}
.AnyTagClassName
{
color: #C2F46A;
}
</style>
background-color css
<style>
a { background-color: #C2F46A; }
a { background-color: rgb(194,244,106); }
div.DivClassName
{
background-color: #C2F46A;
}
.BgClassName
{
background-color: #C2F46A;
}
</style>
border-color css
<style>
span { border-color: #C2F46A; }
span { border-color: rgb(194,244,106); }
td.TdClassName
{
border-color: #C2F46A;
}
.TagClassName
{
border-color: #C2F46A;
}
</style>