Shades of Green Yellow #C2FF38
Tints of Green Yellow #C2FF38
RGB
CMYK
RGB Variations
Color information
#C2FF38 (or 0xC2FF38) is known color: Green Yellow. HEX triplet: C2, FF and 38. RGB value is (194,255,56). Sum of RGB (Red+Green+Blue) = 194+255+56=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 56 (22.27% from 255 or 11.09% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF38 is #3D00C7. Grayscale: #D6D6D6. Windows color (decimal): -3997896 or 3735490. OLE color: 3735490.
HSL color Cylindrical-coordinate representation of color #C2FF38: hue angle of 78.39º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2FF38 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 56 | - |
| CMYK | 0.24 | 0 | 0.78 | 0 |
| HSL | 78.39º | 1% | 0.61% | - |
| HSV(B) | 78.39º | 0.78% | 1% | - |
| XYZ | 58.72 | 83.27 | 16.72 | - |
| YUV | 214.08 | 38.79 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 56 | 0.24 | 0 | 0.78 | 0 | 78.39 | 1 | 0.61 |
| Hex | C2 | FF | 38 | 18 | 0 | 4E | 0 | 4E | 64 | 3D |
| Octal | 302 | 377 | 70 | 30 | 0 | 116 | 0 | 116 | 144 | 75 |
| Binary | 11000010 | 11111111 | 111000 | 11000 | 0 | 1001110 | 0 | 1001110 | 1100100 | 111101 |
Color Harmonies of #C2FF38
Complementary color
Monochromatic Colors of #C2FF38
Black with #C2FF38
Text Example
Text Example
White with #C2FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF38; }
p { color: rgb(194,255,56); }
H1.HeaderClassName
{
color: #C2FF38;
}
.AnyTagClassName
{
color: #C2FF38;
}
</style>
background-color css
<style>
a { background-color: #C2FF38; }
a { background-color: rgb(194,255,56); }
div.DivClassName
{
background-color: #C2FF38;
}
.BgClassName
{
background-color: #C2FF38;
}
</style>
border-color css
<style>
span { border-color: #C2FF38; }
span { border-color: rgb(194,255,56); }
td.TdClassName
{
border-color: #C2FF38;
}
.TagClassName
{
border-color: #C2FF38;
}
</style>