Shades of Sulu #C2F97B
Tints of Sulu #C2F97B
RGB
CMYK
RGB Variations
Color information
#C2F97B (or 0xC2F97B) is known color: Sulu. HEX triplet: C2, F9 and 7B. RGB value is (194,249,123). Sum of RGB (Red+Green+Blue) = 194+249+123=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F97B is #3D0684. Grayscale: #DADADA. Windows color (decimal): -3999365 or 8124866. OLE color: 8124866.
HSL color Cylindrical-coordinate representation of color #C2F97B: hue angle of 86.19º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2F97B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 123 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.02 |
| HSL | 86.19º | 0.91% | 0.73% | - |
| HSV(B) | 86.19º | 0.51% | 0.98% | - |
| XYZ | 59.7 | 80.65 | 31.16 | - |
| YUV | 218.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 123 | 0.22 | 0 | 0.51 | 0.02 | 86.19 | 0.91 | 0.73 |
| Hex | C2 | F9 | 7B | 16 | 0 | 33 | 2 | 56 | 5B | 49 |
| Octal | 302 | 371 | 173 | 26 | 0 | 63 | 2 | 126 | 133 | 111 |
| Binary | 11000010 | 11111001 | 1111011 | 10110 | 0 | 110011 | 10 | 1010110 | 1011011 | 1001001 |
Color Harmonies of #C2F97B
Complementary color
Monochromatic Colors of #C2F97B
Black with #C2F97B
Text Example
Text Example
White with #C2F97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F97B; }
p { color: rgb(194,249,123); }
H1.HeaderClassName
{
color: #C2F97B;
}
.AnyTagClassName
{
color: #C2F97B;
}
</style>
background-color css
<style>
a { background-color: #C2F97B; }
a { background-color: rgb(194,249,123); }
div.DivClassName
{
background-color: #C2F97B;
}
.BgClassName
{
background-color: #C2F97B;
}
</style>
border-color css
<style>
span { border-color: #C2F97B; }
span { border-color: rgb(194,249,123); }
td.TdClassName
{
border-color: #C2F97B;
}
.TagClassName
{
border-color: #C2F97B;
}
</style>