Shades of Sulu #C0FA7A
Tints of Sulu #C0FA7A
RGB
CMYK
RGB Variations
Color information
#C0FA7A (or 0xC0FA7A) is known color: Sulu. HEX triplet: C0, FA and 7A. RGB value is (192,250,122). Sum of RGB (Red+Green+Blue) = 192+250+122=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA7A is #3F0585. Grayscale: #DADADA. Windows color (decimal): -4130182 or 8059584. OLE color: 8059584.
HSL color Cylindrical-coordinate representation of color #C0FA7A: hue angle of 87.19º degrees, saturation: 0.93, 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 #C0FA7A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 122 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.02 |
| HSL | 87.19º | 0.93% | 0.73% | - |
| HSV(B) | 87.19º | 0.51% | 0.98% | - |
| XYZ | 59.44 | 80.98 | 30.91 | - |
| YUV | 218.07 | 73.78 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 122 | 0.23 | 0 | 0.51 | 0.02 | 87.19 | 0.93 | 0.73 |
| Hex | C0 | FA | 7A | 17 | 0 | 33 | 2 | 57 | 5D | 49 |
| Octal | 300 | 372 | 172 | 27 | 0 | 63 | 2 | 127 | 135 | 111 |
| Binary | 11000000 | 11111010 | 1111010 | 10111 | 0 | 110011 | 10 | 1010111 | 1011101 | 1001001 |
Color Harmonies of #C0FA7A
Complementary color
Monochromatic Colors of #C0FA7A
Black with #C0FA7A
Text Example
Text Example
White with #C0FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FA7A; }
p { color: rgb(192,250,122); }
H1.HeaderClassName
{
color: #C0FA7A;
}
.AnyTagClassName
{
color: #C0FA7A;
}
</style>
background-color css
<style>
a { background-color: #C0FA7A; }
a { background-color: rgb(192,250,122); }
div.DivClassName
{
background-color: #C0FA7A;
}
.BgClassName
{
background-color: #C0FA7A;
}
</style>
border-color css
<style>
span { border-color: #C0FA7A; }
span { border-color: rgb(192,250,122); }
td.TdClassName
{
border-color: #C0FA7A;
}
.TagClassName
{
border-color: #C0FA7A;
}
</style>