Shades of Sulu #C2FC81
Tints of Sulu #C2FC81
RGB
CMYK
RGB Variations
Color information
#C2FC81 (or 0xC2FC81) is known color: Sulu. HEX triplet: C2, FC and 81. RGB value is (194,252,129). Sum of RGB (Red+Green+Blue) = 194+252+129=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FC81 is #3D037E. Grayscale: #DDDDDD. Windows color (decimal): -3998591 or 8518850. OLE color: 8518850.
HSL color Cylindrical-coordinate representation of color #C2FC81: hue angle of 88.29º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2FC81 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 129 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.01 |
| HSL | 88.29º | 0.95% | 0.75% | - |
| HSV(B) | 88.29º | 0.49% | 0.99% | - |
| XYZ | 61.02 | 82.68 | 33.51 | - |
| YUV | 220.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 129 | 0.23 | 0 | 0.49 | 0.01 | 88.29 | 0.95 | 0.75 |
| Hex | C2 | FC | 81 | 17 | 0 | 31 | 1 | 58 | 5F | 4B |
| Octal | 302 | 374 | 201 | 27 | 0 | 61 | 1 | 130 | 137 | 113 |
| Binary | 11000010 | 11111100 | 10000001 | 10111 | 0 | 110001 | 1 | 1011000 | 1011111 | 1001011 |
Color Harmonies of #C2FC81
Complementary color
Monochromatic Colors of #C2FC81
Black with #C2FC81
Text Example
Text Example
White with #C2FC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC81; }
p { color: rgb(194,252,129); }
H1.HeaderClassName
{
color: #C2FC81;
}
.AnyTagClassName
{
color: #C2FC81;
}
</style>
background-color css
<style>
a { background-color: #C2FC81; }
a { background-color: rgb(194,252,129); }
div.DivClassName
{
background-color: #C2FC81;
}
.BgClassName
{
background-color: #C2FC81;
}
</style>
border-color css
<style>
span { border-color: #C2FC81; }
span { border-color: rgb(194,252,129); }
td.TdClassName
{
border-color: #C2FC81;
}
.TagClassName
{
border-color: #C2FC81;
}
</style>