Shades of Sulu #C2FC62
Tints of Sulu #C2FC62
RGB
CMYK
RGB Variations
Color information
#C2FC62 (or 0xC2FC62) is known color: Sulu. HEX triplet: C2, FC and 62. RGB value is (194,252,98). Sum of RGB (Red+Green+Blue) = 194+252+98=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FC62 is #3D039D. Grayscale: #D9D9D9. Windows color (decimal): -3998622 or 6487234. OLE color: 6487234.
HSL color Cylindrical-coordinate representation of color #C2FC62: hue angle of 82.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2FC62 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 98 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.01 |
| HSL | 82.6º | 0.96% | 0.69% | - |
| HSV(B) | 82.6º | 0.61% | 0.99% | - |
| XYZ | 59.26 | 81.97 | 24.25 | - |
| YUV | 217.1 | 60.78 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 98 | 0.23 | 0 | 0.61 | 0.01 | 82.6 | 0.96 | 0.69 |
| Hex | C2 | FC | 62 | 17 | 0 | 3D | 1 | 53 | 60 | 45 |
| Octal | 302 | 374 | 142 | 27 | 0 | 75 | 1 | 123 | 140 | 105 |
| Binary | 11000010 | 11111100 | 1100010 | 10111 | 0 | 111101 | 1 | 1010011 | 1100000 | 1000101 |
Color Harmonies of #C2FC62
Complementary color
Monochromatic Colors of #C2FC62
Black with #C2FC62
Text Example
Text Example
White with #C2FC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FC62; }
p { color: rgb(194,252,98); }
H1.HeaderClassName
{
color: #C2FC62;
}
.AnyTagClassName
{
color: #C2FC62;
}
</style>
background-color css
<style>
a { background-color: #C2FC62; }
a { background-color: rgb(194,252,98); }
div.DivClassName
{
background-color: #C2FC62;
}
.BgClassName
{
background-color: #C2FC62;
}
</style>
border-color css
<style>
span { border-color: #C2FC62; }
span { border-color: rgb(194,252,98); }
td.TdClassName
{
border-color: #C2FC62;
}
.TagClassName
{
border-color: #C2FC62;
}
</style>