Shades of Sulu #C2FC6D
Tints of Sulu #C2FC6D
RGB
CMYK
RGB Variations
Color information
#C2FC6D (or 0xC2FC6D) is known color: Sulu. HEX triplet: C2, FC and 6D. RGB value is (194,252,109). Sum of RGB (Red+Green+Blue) = 194+252+109=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FC6D is #3D0392. Grayscale: #DADADA. Windows color (decimal): -3998611 or 7208130. OLE color: 7208130.
HSL color Cylindrical-coordinate representation of color #C2FC6D: hue angle of 84.34º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2FC6D is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 109 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.01 |
| HSL | 84.34º | 0.96% | 0.71% | - |
| HSV(B) | 84.34º | 0.57% | 0.99% | - |
| XYZ | 59.82 | 82.19 | 27.18 | - |
| YUV | 218.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 109 | 0.23 | 0 | 0.57 | 0.01 | 84.34 | 0.96 | 0.71 |
| Hex | C2 | FC | 6D | 17 | 0 | 39 | 1 | 54 | 60 | 47 |
| Octal | 302 | 374 | 155 | 27 | 0 | 71 | 1 | 124 | 140 | 107 |
| Binary | 11000010 | 11111100 | 1101101 | 10111 | 0 | 111001 | 1 | 1010100 | 1100000 | 1000111 |
Color Harmonies of #C2FC6D
Complementary color
Monochromatic Colors of #C2FC6D
Black with #C2FC6D
Text Example
Text Example
White with #C2FC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC6D; }
p { color: rgb(194,252,109); }
H1.HeaderClassName
{
color: #C2FC6D;
}
.AnyTagClassName
{
color: #C2FC6D;
}
</style>
background-color css
<style>
a { background-color: #C2FC6D; }
a { background-color: rgb(194,252,109); }
div.DivClassName
{
background-color: #C2FC6D;
}
.BgClassName
{
background-color: #C2FC6D;
}
</style>
border-color css
<style>
span { border-color: #C2FC6D; }
span { border-color: rgb(194,252,109); }
td.TdClassName
{
border-color: #C2FC6D;
}
.TagClassName
{
border-color: #C2FC6D;
}
</style>