Shades of Green Yellow #C2FB42
Tints of Green Yellow #C2FB42
RGB
CMYK
RGB Variations
Color information
#C2FB42 (or 0xC2FB42) is known color: Green Yellow. HEX triplet: C2, FB and 42. RGB value is (194,251,66). Sum of RGB (Red+Green+Blue) = 194+251+66=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FB42 is #3D04BD. Grayscale: #D5D5D5. Windows color (decimal): -3998910 or 4389826. OLE color: 4389826.
HSL color Cylindrical-coordinate representation of color #C2FB42: hue angle of 78.49º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2FB42 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 66 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.02 |
| HSL | 78.49º | 0.96% | 0.62% | - |
| HSV(B) | 78.49º | 0.74% | 0.98% | - |
| XYZ | 57.73 | 80.86 | 17.72 | - |
| YUV | 212.87 | 45.12 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 66 | 0.23 | 0 | 0.74 | 0.02 | 78.49 | 0.96 | 0.62 |
| Hex | C2 | FB | 42 | 17 | 0 | 4A | 2 | 4E | 60 | 3E |
| Octal | 302 | 373 | 102 | 27 | 0 | 112 | 2 | 116 | 140 | 76 |
| Binary | 11000010 | 11111011 | 1000010 | 10111 | 0 | 1001010 | 10 | 1001110 | 1100000 | 111110 |
Color Harmonies of #C2FB42
Complementary color
Monochromatic Colors of #C2FB42
Black with #C2FB42
Text Example
Text Example
White with #C2FB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB42; }
p { color: rgb(194,251,66); }
H1.HeaderClassName
{
color: #C2FB42;
}
.AnyTagClassName
{
color: #C2FB42;
}
</style>
background-color css
<style>
a { background-color: #C2FB42; }
a { background-color: rgb(194,251,66); }
div.DivClassName
{
background-color: #C2FB42;
}
.BgClassName
{
background-color: #C2FB42;
}
</style>
border-color css
<style>
span { border-color: #C2FB42; }
span { border-color: rgb(194,251,66); }
td.TdClassName
{
border-color: #C2FB42;
}
.TagClassName
{
border-color: #C2FB42;
}
</style>