Shades of Sulu #C2F98F
Tints of Sulu #C2F98F
RGB
CMYK
RGB Variations
Color information
#C2F98F (or 0xC2F98F) is known color: Sulu. HEX triplet: C2, F9 and 8F. RGB value is (194,249,143). Sum of RGB (Red+Green+Blue) = 194+249+143=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F98F is #3D0670. Grayscale: #DCDCDC. Windows color (decimal): -3999345 or 9435586. OLE color: 9435586.
HSL color Cylindrical-coordinate representation of color #C2F98F: hue angle of 91.13º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2F98F is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 143 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.02 |
| HSL | 91.13º | 0.9% | 0.77% | - |
| HSV(B) | 91.13º | 0.43% | 0.98% | - |
| XYZ | 61.08 | 81.2 | 38.44 | - |
| YUV | 220.47 | 84.28 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 143 | 0.22 | 0 | 0.43 | 0.02 | 91.13 | 0.9 | 0.77 |
| Hex | C2 | F9 | 8F | 16 | 0 | 2B | 2 | 5B | 5A | 4D |
| Octal | 302 | 371 | 217 | 26 | 0 | 53 | 2 | 133 | 132 | 115 |
| Binary | 11000010 | 11111001 | 10001111 | 10110 | 0 | 101011 | 10 | 1011011 | 1011010 | 1001101 |
Color Harmonies of #C2F98F
Complementary color
Monochromatic Colors of #C2F98F
Black with #C2F98F
Text Example
Text Example
White with #C2F98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F98F; }
p { color: rgb(194,249,143); }
H1.HeaderClassName
{
color: #C2F98F;
}
.AnyTagClassName
{
color: #C2F98F;
}
</style>
background-color css
<style>
a { background-color: #C2F98F; }
a { background-color: rgb(194,249,143); }
div.DivClassName
{
background-color: #C2F98F;
}
.BgClassName
{
background-color: #C2F98F;
}
</style>
border-color css
<style>
span { border-color: #C2F98F; }
span { border-color: rgb(194,249,143); }
td.TdClassName
{
border-color: #C2F98F;
}
.TagClassName
{
border-color: #C2F98F;
}
</style>