Shades of Sulu #C2F66D
Tints of Sulu #C2F66D
RGB
CMYK
RGB Variations
Color information
#C2F66D (or 0xC2F66D) is known color: Sulu. HEX triplet: C2, F6 and 6D. RGB value is (194,246,109). Sum of RGB (Red+Green+Blue) = 194+246+109=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F66D is #3D0992. Grayscale: #D7D7D7. Windows color (decimal): -4000147 or 7206594. OLE color: 7206594.
HSL color Cylindrical-coordinate representation of color #C2F66D: hue angle of 82.77º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2F66D is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 109 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.04 |
| HSL | 82.77º | 0.88% | 0.7% | - |
| HSV(B) | 82.77º | 0.56% | 0.96% | - |
| XYZ | 57.96 | 78.49 | 26.56 | - |
| YUV | 214.83 | 68.27 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 109 | 0.21 | 0 | 0.56 | 0.04 | 82.77 | 0.88 | 0.7 |
| Hex | C2 | F6 | 6D | 15 | 0 | 38 | 4 | 53 | 58 | 46 |
| Octal | 302 | 366 | 155 | 25 | 0 | 70 | 4 | 123 | 130 | 106 |
| Binary | 11000010 | 11110110 | 1101101 | 10101 | 0 | 111000 | 100 | 1010011 | 1011000 | 1000110 |
Color Harmonies of #C2F66D
Complementary color
Monochromatic Colors of #C2F66D
Black with #C2F66D
Text Example
Text Example
White with #C2F66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F66D; }
p { color: rgb(194,246,109); }
H1.HeaderClassName
{
color: #C2F66D;
}
.AnyTagClassName
{
color: #C2F66D;
}
</style>
background-color css
<style>
a { background-color: #C2F66D; }
a { background-color: rgb(194,246,109); }
div.DivClassName
{
background-color: #C2F66D;
}
.BgClassName
{
background-color: #C2F66D;
}
</style>
border-color css
<style>
span { border-color: #C2F66D; }
span { border-color: rgb(194,246,109); }
td.TdClassName
{
border-color: #C2F66D;
}
.TagClassName
{
border-color: #C2F66D;
}
</style>