Shades of Green Yellow #C0F340
Tints of Green Yellow #C0F340
RGB
CMYK
RGB Variations
Color information
#C0F340 (or 0xC0F340) is known color: Green Yellow. HEX triplet: C0, F3 and 40. RGB value is (192,243,64). Sum of RGB (Red+Green+Blue) = 192+243+64=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F340 is #3F0CBF. Grayscale: #D0D0D0. Windows color (decimal): -4132032 or 4256704. OLE color: 4256704.
HSL color Cylindrical-coordinate representation of color #C0F340: hue angle of 77.09º 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 #C0F340 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 64 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.05 |
| HSL | 77.09º | 0.88% | 0.6% | - |
| HSV(B) | 77.09º | 0.74% | 0.95% | - |
| XYZ | 54.71 | 75.68 | 16.57 | - |
| YUV | 207.35 | 47.1 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 64 | 0.21 | 0 | 0.74 | 0.05 | 77.09 | 0.88 | 0.6 |
| Hex | C0 | F3 | 40 | 15 | 0 | 4A | 5 | 4D | 58 | 3C |
| Octal | 300 | 363 | 100 | 25 | 0 | 112 | 5 | 115 | 130 | 74 |
| Binary | 11000000 | 11110011 | 1000000 | 10101 | 0 | 1001010 | 101 | 1001101 | 1011000 | 111100 |
Color Harmonies of #C0F340
Complementary color
Monochromatic Colors of #C0F340
Black with #C0F340
Text Example
Text Example
White with #C0F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F340; }
p { color: rgb(192,243,64); }
H1.HeaderClassName
{
color: #C0F340;
}
.AnyTagClassName
{
color: #C0F340;
}
</style>
background-color css
<style>
a { background-color: #C0F340; }
a { background-color: rgb(192,243,64); }
div.DivClassName
{
background-color: #C0F340;
}
.BgClassName
{
background-color: #C0F340;
}
</style>
border-color css
<style>
span { border-color: #C0F340; }
span { border-color: rgb(192,243,64); }
td.TdClassName
{
border-color: #C0F340;
}
.TagClassName
{
border-color: #C0F340;
}
</style>