Shades of Sulu #C2F96B
Tints of Sulu #C2F96B
RGB
CMYK
RGB Variations
Color information
#C2F96B (or 0xC2F96B) is known color: Sulu. HEX triplet: C2, F9 and 6B. RGB value is (194,249,107). Sum of RGB (Red+Green+Blue) = 194+249+107=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F96B is #3D0694. Grayscale: #D8D8D8. Windows color (decimal): -3999381 or 7076290. OLE color: 7076290.
HSL color Cylindrical-coordinate representation of color #C2F96B: hue angle of 83.24º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F96B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 107 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.02 |
| HSL | 83.24º | 0.92% | 0.7% | - |
| HSV(B) | 83.24º | 0.57% | 0.98% | - |
| XYZ | 58.78 | 80.28 | 26.31 | - |
| YUV | 216.37 | 66.28 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 107 | 0.22 | 0 | 0.57 | 0.02 | 83.24 | 0.92 | 0.7 |
| Hex | C2 | F9 | 6B | 16 | 0 | 39 | 2 | 53 | 5C | 46 |
| Octal | 302 | 371 | 153 | 26 | 0 | 71 | 2 | 123 | 134 | 106 |
| Binary | 11000010 | 11111001 | 1101011 | 10110 | 0 | 111001 | 10 | 1010011 | 1011100 | 1000110 |
Color Harmonies of #C2F96B
Complementary color
Monochromatic Colors of #C2F96B
Black with #C2F96B
Text Example
Text Example
White with #C2F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F96B; }
p { color: rgb(194,249,107); }
H1.HeaderClassName
{
color: #C2F96B;
}
.AnyTagClassName
{
color: #C2F96B;
}
</style>
background-color css
<style>
a { background-color: #C2F96B; }
a { background-color: rgb(194,249,107); }
div.DivClassName
{
background-color: #C2F96B;
}
.BgClassName
{
background-color: #C2F96B;
}
</style>
border-color css
<style>
span { border-color: #C2F96B; }
span { border-color: rgb(194,249,107); }
td.TdClassName
{
border-color: #C2F96B;
}
.TagClassName
{
border-color: #C2F96B;
}
</style>