Shades of Sulu #C2F86B
Tints of Sulu #C2F86B
RGB
CMYK
RGB Variations
Color information
#C2F86B (or 0xC2F86B) is known color: Sulu. HEX triplet: C2, F8 and 6B. RGB value is (194,248,107). Sum of RGB (Red+Green+Blue) = 194+248+107=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F86B is #3D0794. Grayscale: #D8D8D8. Windows color (decimal): -3999637 or 7076034. OLE color: 7076034.
HSL color Cylindrical-coordinate representation of color #C2F86B: hue angle of 82.98º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F86B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 248 | 107 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.03 |
| HSL | 82.98º | 0.91% | 0.7% | - |
| HSV(B) | 82.98º | 0.57% | 0.97% | - |
| XYZ | 58.47 | 79.67 | 26.21 | - |
| YUV | 215.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 248 | 107 | 0.22 | 0 | 0.57 | 0.03 | 82.98 | 0.91 | 0.7 |
| Hex | C2 | F8 | 6B | 16 | 0 | 39 | 3 | 53 | 5B | 46 |
| Octal | 302 | 370 | 153 | 26 | 0 | 71 | 3 | 123 | 133 | 106 |
| Binary | 11000010 | 11111000 | 1101011 | 10110 | 0 | 111001 | 11 | 1010011 | 1011011 | 1000110 |
Color Harmonies of #C2F86B
Complementary color
Monochromatic Colors of #C2F86B
Black with #C2F86B
Text Example
Text Example
White with #C2F86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F86B; }
p { color: rgb(194,248,107); }
H1.HeaderClassName
{
color: #C2F86B;
}
.AnyTagClassName
{
color: #C2F86B;
}
</style>
background-color css
<style>
a { background-color: #C2F86B; }
a { background-color: rgb(194,248,107); }
div.DivClassName
{
background-color: #C2F86B;
}
.BgClassName
{
background-color: #C2F86B;
}
</style>
border-color css
<style>
span { border-color: #C2F86B; }
span { border-color: rgb(194,248,107); }
td.TdClassName
{
border-color: #C2F86B;
}
.TagClassName
{
border-color: #C2F86B;
}
</style>