Shades of Sulu #C0FD61
Tints of Sulu #C0FD61
RGB
CMYK
RGB Variations
Color information
#C0FD61 (or 0xC0FD61) is known color: Sulu. HEX triplet: C0, FD and 61. RGB value is (192,253,97). Sum of RGB (Red+Green+Blue) = 192+253+97=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD61 is #3F029E. Grayscale: #D9D9D9. Windows color (decimal): -4129439 or 6421952. OLE color: 6421952.
HSL color Cylindrical-coordinate representation of color #C0FD61: hue angle of 83.46º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0FD61 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 97 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.01 |
| HSL | 83.46º | 0.98% | 0.69% | - |
| HSV(B) | 83.46º | 0.62% | 0.99% | - |
| XYZ | 59.02 | 82.32 | 24.09 | - |
| YUV | 216.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 97 | 0.24 | 0 | 0.62 | 0.01 | 83.46 | 0.98 | 0.69 |
| Hex | C0 | FD | 61 | 18 | 0 | 3E | 1 | 53 | 62 | 45 |
| Octal | 300 | 375 | 141 | 30 | 0 | 76 | 1 | 123 | 142 | 105 |
| Binary | 11000000 | 11111101 | 1100001 | 11000 | 0 | 111110 | 1 | 1010011 | 1100010 | 1000101 |
Color Harmonies of #C0FD61
Complementary color
Monochromatic Colors of #C0FD61
Black with #C0FD61
Text Example
Text Example
White with #C0FD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD61; }
p { color: rgb(192,253,97); }
H1.HeaderClassName
{
color: #C0FD61;
}
.AnyTagClassName
{
color: #C0FD61;
}
</style>
background-color css
<style>
a { background-color: #C0FD61; }
a { background-color: rgb(192,253,97); }
div.DivClassName
{
background-color: #C0FD61;
}
.BgClassName
{
background-color: #C0FD61;
}
</style>
border-color css
<style>
span { border-color: #C0FD61; }
span { border-color: rgb(192,253,97); }
td.TdClassName
{
border-color: #C0FD61;
}
.TagClassName
{
border-color: #C0FD61;
}
</style>