Shades of Green Yellow #C0F33F
Tints of Green Yellow #C0F33F
RGB
CMYK
RGB Variations
Color information
#C0F33F (or 0xC0F33F) is known color: Green Yellow. HEX triplet: C0, F3 and 3F. RGB value is (192,243,63). Sum of RGB (Red+Green+Blue) = 192+243+63=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F33F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F33F is #3F0CC0. Grayscale: #CFCFCF. Windows color (decimal): -4132033 or 4191168. OLE color: 4191168.
HSL color Cylindrical-coordinate representation of color #C0F33F: hue angle of 77º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0F33F is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 63 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.05 |
| HSL | 77º | 0.88% | 0.6% | - |
| HSV(B) | 77º | 0.74% | 0.95% | - |
| XYZ | 54.69 | 75.67 | 16.43 | - |
| YUV | 207.23 | 46.6 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 63 | 0.21 | 0 | 0.74 | 0.05 | 77 | 0.88 | 0.6 |
| Hex | C0 | F3 | 3F | 15 | 0 | 4A | 5 | 4D | 58 | 3C |
| Octal | 300 | 363 | 77 | 25 | 0 | 112 | 5 | 115 | 130 | 74 |
| Binary | 11000000 | 11110011 | 111111 | 10101 | 0 | 1001010 | 101 | 1001101 | 1011000 | 111100 |
Color Harmonies of #C0F33F
Complementary color
Monochromatic Colors of #C0F33F
Black with #C0F33F
Text Example
Text Example
White with #C0F33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F33F; }
p { color: rgb(192,243,63); }
H1.HeaderClassName
{
color: #C0F33F;
}
.AnyTagClassName
{
color: #C0F33F;
}
</style>
background-color css
<style>
a { background-color: #C0F33F; }
a { background-color: rgb(192,243,63); }
div.DivClassName
{
background-color: #C0F33F;
}
.BgClassName
{
background-color: #C0F33F;
}
</style>
border-color css
<style>
span { border-color: #C0F33F; }
span { border-color: rgb(192,243,63); }
td.TdClassName
{
border-color: #C0F33F;
}
.TagClassName
{
border-color: #C0F33F;
}
</style>