Shades of Sulu #C2FC84
Tints of Sulu #C2FC84
RGB
CMYK
RGB Variations
Color information
#C2FC84 (or 0xC2FC84) is known color: Sulu. HEX triplet: C2, FC and 84. RGB value is (194,252,132). Sum of RGB (Red+Green+Blue) = 194+252+132=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FC84 is #3D037B. Grayscale: #DDDDDD. Windows color (decimal): -3998588 or 8715458. OLE color: 8715458.
HSL color Cylindrical-coordinate representation of color #C2FC84: hue angle of 89º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2FC84 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 132 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.01 |
| HSL | 89º | 0.95% | 0.75% | - |
| HSV(B) | 89º | 0.48% | 0.99% | - |
| XYZ | 61.22 | 82.76 | 34.58 | - |
| YUV | 220.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 132 | 0.23 | 0 | 0.48 | 0.01 | 89 | 0.95 | 0.75 |
| Hex | C2 | FC | 84 | 17 | 0 | 30 | 1 | 59 | 5F | 4B |
| Octal | 302 | 374 | 204 | 27 | 0 | 60 | 1 | 131 | 137 | 113 |
| Binary | 11000010 | 11111100 | 10000100 | 10111 | 0 | 110000 | 1 | 1011001 | 1011111 | 1001011 |
Color Harmonies of #C2FC84
Complementary color
Monochromatic Colors of #C2FC84
Black with #C2FC84
Text Example
Text Example
White with #C2FC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC84; }
p { color: rgb(194,252,132); }
H1.HeaderClassName
{
color: #C2FC84;
}
.AnyTagClassName
{
color: #C2FC84;
}
</style>
background-color css
<style>
a { background-color: #C2FC84; }
a { background-color: rgb(194,252,132); }
div.DivClassName
{
background-color: #C2FC84;
}
.BgClassName
{
background-color: #C2FC84;
}
</style>
border-color css
<style>
span { border-color: #C2FC84; }
span { border-color: rgb(194,252,132); }
td.TdClassName
{
border-color: #C2FC84;
}
.TagClassName
{
border-color: #C2FC84;
}
</style>