Shades of Sulu #C0FA62
Tints of Sulu #C0FA62
RGB
CMYK
RGB Variations
Color information
#C0FA62 (or 0xC0FA62) is known color: Sulu. HEX triplet: C0, FA and 62. RGB value is (192,250,98). Sum of RGB (Red+Green+Blue) = 192+250+98=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA62 is #3F059D. Grayscale: #D7D7D7. Windows color (decimal): -4130206 or 6486720. OLE color: 6486720.
HSL color Cylindrical-coordinate representation of color #C0FA62: hue angle of 82.89º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0FA62 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 98 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.02 |
| HSL | 82.89º | 0.94% | 0.68% | - |
| HSV(B) | 82.89º | 0.61% | 0.98% | - |
| XYZ | 58.13 | 80.46 | 24.02 | - |
| YUV | 215.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 98 | 0.23 | 0 | 0.61 | 0.02 | 82.89 | 0.94 | 0.68 |
| Hex | C0 | FA | 62 | 17 | 0 | 3D | 2 | 53 | 5E | 44 |
| Octal | 300 | 372 | 142 | 27 | 0 | 75 | 2 | 123 | 136 | 104 |
| Binary | 11000000 | 11111010 | 1100010 | 10111 | 0 | 111101 | 10 | 1010011 | 1011110 | 1000100 |
Color Harmonies of #C0FA62
Complementary color
Monochromatic Colors of #C0FA62
Black with #C0FA62
Text Example
Text Example
White with #C0FA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA62; }
p { color: rgb(192,250,98); }
H1.HeaderClassName
{
color: #C0FA62;
}
.AnyTagClassName
{
color: #C0FA62;
}
</style>
background-color css
<style>
a { background-color: #C0FA62; }
a { background-color: rgb(192,250,98); }
div.DivClassName
{
background-color: #C0FA62;
}
.BgClassName
{
background-color: #C0FA62;
}
</style>
border-color css
<style>
span { border-color: #C0FA62; }
span { border-color: rgb(192,250,98); }
td.TdClassName
{
border-color: #C0FA62;
}
.TagClassName
{
border-color: #C0FA62;
}
</style>