Shades of Sulu #C2FC8E
Tints of Sulu #C2FC8E
RGB
CMYK
RGB Variations
Color information
#C2FC8E (or 0xC2FC8E) is known color: Sulu. HEX triplet: C2, FC and 8E. RGB value is (194,252,142). Sum of RGB (Red+Green+Blue) = 194+252+142=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FC8E is #3D0371. Grayscale: #DEDEDE. Windows color (decimal): -3998578 or 9370818. OLE color: 9370818.
HSL color Cylindrical-coordinate representation of color #C2FC8E: hue angle of 91.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2FC8E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 142 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.01 |
| HSL | 91.64º | 0.95% | 0.77% | - |
| HSV(B) | 91.64º | 0.44% | 0.99% | - |
| XYZ | 61.94 | 83.04 | 38.36 | - |
| YUV | 222.12 | 82.78 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 142 | 0.23 | 0 | 0.44 | 0.01 | 91.64 | 0.95 | 0.77 |
| Hex | C2 | FC | 8E | 17 | 0 | 2C | 1 | 5C | 5F | 4D |
| Octal | 302 | 374 | 216 | 27 | 0 | 54 | 1 | 134 | 137 | 115 |
| Binary | 11000010 | 11111100 | 10001110 | 10111 | 0 | 101100 | 1 | 1011100 | 1011111 | 1001101 |
Color Harmonies of #C2FC8E
Complementary color
Monochromatic Colors of #C2FC8E
Black with #C2FC8E
Text Example
Text Example
White with #C2FC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC8E; }
p { color: rgb(194,252,142); }
H1.HeaderClassName
{
color: #C2FC8E;
}
.AnyTagClassName
{
color: #C2FC8E;
}
</style>
background-color css
<style>
a { background-color: #C2FC8E; }
a { background-color: rgb(194,252,142); }
div.DivClassName
{
background-color: #C2FC8E;
}
.BgClassName
{
background-color: #C2FC8E;
}
</style>
border-color css
<style>
span { border-color: #C2FC8E; }
span { border-color: rgb(194,252,142); }
td.TdClassName
{
border-color: #C2FC8E;
}
.TagClassName
{
border-color: #C2FC8E;
}
</style>