Shades of Sulu #C2F964
Tints of Sulu #C2F964
RGB
CMYK
RGB Variations
Color information
#C2F964 (or 0xC2F964) is known color: Sulu. HEX triplet: C2, F9 and 64. RGB value is (194,249,100). Sum of RGB (Red+Green+Blue) = 194+249+100=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F964 is #3D069B. Grayscale: #D8D8D8. Windows color (decimal): -3999388 or 6617538. OLE color: 6617538.
HSL color Cylindrical-coordinate representation of color #C2F964: hue angle of 82.15º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2F964 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 100 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.02 |
| HSL | 82.15º | 0.93% | 0.68% | - |
| HSV(B) | 82.15º | 0.6% | 0.98% | - |
| XYZ | 58.42 | 80.14 | 24.45 | - |
| YUV | 215.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 100 | 0.22 | 0 | 0.60 | 0.02 | 82.15 | 0.93 | 0.68 |
| Hex | C2 | F9 | 64 | 16 | 0 | 3C | 2 | 52 | 5D | 44 |
| Octal | 302 | 371 | 144 | 26 | 0 | 74 | 2 | 122 | 135 | 104 |
| Binary | 11000010 | 11111001 | 1100100 | 10110 | 0 | 111100 | 10 | 1010010 | 1011101 | 1000100 |
Color Harmonies of #C2F964
Complementary color
Monochromatic Colors of #C2F964
Black with #C2F964
Text Example
Text Example
White with #C2F964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F964; }
p { color: rgb(194,249,100); }
H1.HeaderClassName
{
color: #C2F964;
}
.AnyTagClassName
{
color: #C2F964;
}
</style>
background-color css
<style>
a { background-color: #C2F964; }
a { background-color: rgb(194,249,100); }
div.DivClassName
{
background-color: #C2F964;
}
.BgClassName
{
background-color: #C2F964;
}
</style>
border-color css
<style>
span { border-color: #C2F964; }
span { border-color: rgb(194,249,100); }
td.TdClassName
{
border-color: #C2F964;
}
.TagClassName
{
border-color: #C2F964;
}
</style>