Shades of Sulu #C1FC62
Tints of Sulu #C1FC62
RGB
CMYK
RGB Variations
Color information
#C1FC62 (or 0xC1FC62) is known color: Sulu. HEX triplet: C1, FC and 62. RGB value is (193,252,98). Sum of RGB (Red+Green+Blue) = 193+252+98=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FC62 is #3E039D. Grayscale: #D9D9D9. Windows color (decimal): -4064158 or 6487233. OLE color: 6487233.
HSL color Cylindrical-coordinate representation of color #C1FC62: hue angle of 82.99º 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 #C1FC62 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 98 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.01 |
| HSL | 82.99º | 0.96% | 0.69% | - |
| HSV(B) | 82.99º | 0.61% | 0.99% | - |
| XYZ | 59.01 | 81.84 | 24.24 | - |
| YUV | 216.8 | 60.95 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 98 | 0.23 | 0 | 0.61 | 0.01 | 82.99 | 0.96 | 0.69 |
| Hex | C1 | FC | 62 | 17 | 0 | 3D | 1 | 53 | 60 | 45 |
| Octal | 301 | 374 | 142 | 27 | 0 | 75 | 1 | 123 | 140 | 105 |
| Binary | 11000001 | 11111100 | 1100010 | 10111 | 0 | 111101 | 1 | 1010011 | 1100000 | 1000101 |
Color Harmonies of #C1FC62
Complementary color
Monochromatic Colors of #C1FC62
Black with #C1FC62
Text Example
Text Example
White with #C1FC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FC62; }
p { color: rgb(193,252,98); }
H1.HeaderClassName
{
color: #C1FC62;
}
.AnyTagClassName
{
color: #C1FC62;
}
</style>
background-color css
<style>
a { background-color: #C1FC62; }
a { background-color: rgb(193,252,98); }
div.DivClassName
{
background-color: #C1FC62;
}
.BgClassName
{
background-color: #C1FC62;
}
</style>
border-color css
<style>
span { border-color: #C1FC62; }
span { border-color: rgb(193,252,98); }
td.TdClassName
{
border-color: #C1FC62;
}
.TagClassName
{
border-color: #C1FC62;
}
</style>