Shades of Sulu #C0F97A
Tints of Sulu #C0F97A
RGB
CMYK
RGB Variations
Color information
#C0F97A (or 0xC0F97A) is known color: Sulu. HEX triplet: C0, F9 and 7A. RGB value is (192,249,122). Sum of RGB (Red+Green+Blue) = 192+249+122=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F97A is #3F0685. Grayscale: #D9D9D9. Windows color (decimal): -4130438 or 8059328. OLE color: 8059328.
HSL color Cylindrical-coordinate representation of color #C0F97A: hue angle of 86.93º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0F97A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 122 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.02 |
| HSL | 86.93º | 0.91% | 0.73% | - |
| HSV(B) | 86.93º | 0.51% | 0.98% | - |
| XYZ | 59.13 | 80.36 | 30.81 | - |
| YUV | 217.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 122 | 0.23 | 0 | 0.51 | 0.02 | 86.93 | 0.91 | 0.73 |
| Hex | C0 | F9 | 7A | 17 | 0 | 33 | 2 | 57 | 5B | 49 |
| Octal | 300 | 371 | 172 | 27 | 0 | 63 | 2 | 127 | 133 | 111 |
| Binary | 11000000 | 11111001 | 1111010 | 10111 | 0 | 110011 | 10 | 1010111 | 1011011 | 1001001 |
Color Harmonies of #C0F97A
Complementary color
Monochromatic Colors of #C0F97A
Black with #C0F97A
Text Example
Text Example
White with #C0F97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F97A; }
p { color: rgb(192,249,122); }
H1.HeaderClassName
{
color: #C0F97A;
}
.AnyTagClassName
{
color: #C0F97A;
}
</style>
background-color css
<style>
a { background-color: #C0F97A; }
a { background-color: rgb(192,249,122); }
div.DivClassName
{
background-color: #C0F97A;
}
.BgClassName
{
background-color: #C0F97A;
}
</style>
border-color css
<style>
span { border-color: #C0F97A; }
span { border-color: rgb(192,249,122); }
td.TdClassName
{
border-color: #C0F97A;
}
.TagClassName
{
border-color: #C0F97A;
}
</style>