Shades of Sulu #C0FA61
Tints of Sulu #C0FA61
RGB
CMYK
RGB Variations
Color information
#C0FA61 (or 0xC0FA61) is known color: Sulu. HEX triplet: C0, FA and 61. RGB value is (192,250,97). Sum of RGB (Red+Green+Blue) = 192+250+97=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 97 (38.28% from 255 or 18.00% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA61 is #3F059E. Grayscale: #D7D7D7. Windows color (decimal): -4130207 or 6421184. OLE color: 6421184.
HSL color Cylindrical-coordinate representation of color #C0FA61: hue angle of 82.75º 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 #C0FA61 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 97 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.02 |
| HSL | 82.75º | 0.94% | 0.68% | - |
| HSV(B) | 82.75º | 0.61% | 0.98% | - |
| XYZ | 58.08 | 80.44 | 23.77 | - |
| YUV | 215.22 | 61.28 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 97 | 0.23 | 0 | 0.61 | 0.02 | 82.75 | 0.94 | 0.68 |
| Hex | C0 | FA | 61 | 17 | 0 | 3D | 2 | 53 | 5E | 44 |
| Octal | 300 | 372 | 141 | 27 | 0 | 75 | 2 | 123 | 136 | 104 |
| Binary | 11000000 | 11111010 | 1100001 | 10111 | 0 | 111101 | 10 | 1010011 | 1011110 | 1000100 |
Color Harmonies of #C0FA61
Complementary color
Monochromatic Colors of #C0FA61
Black with #C0FA61
Text Example
Text Example
White with #C0FA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA61; }
p { color: rgb(192,250,97); }
H1.HeaderClassName
{
color: #C0FA61;
}
.AnyTagClassName
{
color: #C0FA61;
}
</style>
background-color css
<style>
a { background-color: #C0FA61; }
a { background-color: rgb(192,250,97); }
div.DivClassName
{
background-color: #C0FA61;
}
.BgClassName
{
background-color: #C0FA61;
}
</style>
border-color css
<style>
span { border-color: #C0FA61; }
span { border-color: rgb(192,250,97); }
td.TdClassName
{
border-color: #C0FA61;
}
.TagClassName
{
border-color: #C0FA61;
}
</style>