Shades of Sulu #C2FC85
Tints of Sulu #C2FC85
RGB
CMYK
RGB Variations
Color information
#C2FC85 (or 0xC2FC85) is known color: Sulu. HEX triplet: C2, FC and 85. RGB value is (194,252,133). Sum of RGB (Red+Green+Blue) = 194+252+133=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FC85 is #3D037A. Grayscale: #DDDDDD. Windows color (decimal): -3998587 or 8780994. OLE color: 8780994.
HSL color Cylindrical-coordinate representation of color #C2FC85: hue angle of 89.24º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2FC85 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 133 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.01 |
| HSL | 89.24º | 0.95% | 0.75% | - |
| HSV(B) | 89.24º | 0.47% | 0.99% | - |
| XYZ | 61.29 | 82.78 | 34.94 | - |
| YUV | 221.09 | 78.28 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 133 | 0.23 | 0 | 0.47 | 0.01 | 89.24 | 0.95 | 0.75 |
| Hex | C2 | FC | 85 | 17 | 0 | 2F | 1 | 59 | 5F | 4B |
| Octal | 302 | 374 | 205 | 27 | 0 | 57 | 1 | 131 | 137 | 113 |
| Binary | 11000010 | 11111100 | 10000101 | 10111 | 0 | 101111 | 1 | 1011001 | 1011111 | 1001011 |
Color Harmonies of #C2FC85
Complementary color
Monochromatic Colors of #C2FC85
Black with #C2FC85
Text Example
Text Example
White with #C2FC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC85; }
p { color: rgb(194,252,133); }
H1.HeaderClassName
{
color: #C2FC85;
}
.AnyTagClassName
{
color: #C2FC85;
}
</style>
background-color css
<style>
a { background-color: #C2FC85; }
a { background-color: rgb(194,252,133); }
div.DivClassName
{
background-color: #C2FC85;
}
.BgClassName
{
background-color: #C2FC85;
}
</style>
border-color css
<style>
span { border-color: #C2FC85; }
span { border-color: rgb(194,252,133); }
td.TdClassName
{
border-color: #C2FC85;
}
.TagClassName
{
border-color: #C2FC85;
}
</style>