Shades of Green Yellow #C5FF38
Tints of Green Yellow #C5FF38
RGB
CMYK
RGB Variations
Color information
#C5FF38 (or 0xC5FF38) is known color: Green Yellow. HEX triplet: C5, FF and 38. RGB value is (197,255,56). Sum of RGB (Red+Green+Blue) = 197+255+56=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 56 (22.27% from 255 or 11.02% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FF38 is #3A00C7. Grayscale: #D7D7D7. Windows color (decimal): -3801288 or 3735493. OLE color: 3735493.
HSL color Cylindrical-coordinate representation of color #C5FF38: hue angle of 77.49º 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 #C5FF38 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 56 | - |
| CMYK | 0.23 | 0 | 0.78 | 0 |
| HSL | 77.49º | 1% | 0.61% | - |
| HSV(B) | 77.49º | 0.78% | 1% | - |
| XYZ | 59.5 | 83.68 | 16.76 | - |
| YUV | 214.97 | 38.28 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 56 | 0.23 | 0 | 0.78 | 0 | 77.49 | 1 | 0.61 |
| Hex | C5 | FF | 38 | 17 | 0 | 4E | 0 | 4D | 64 | 3D |
| Octal | 305 | 377 | 70 | 27 | 0 | 116 | 0 | 115 | 144 | 75 |
| Binary | 11000101 | 11111111 | 111000 | 10111 | 0 | 1001110 | 0 | 1001101 | 1100100 | 111101 |
Color Harmonies of #C5FF38
Complementary color
Monochromatic Colors of #C5FF38
Black with #C5FF38
Text Example
Text Example
White with #C5FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF38; }
p { color: rgb(197,255,56); }
H1.HeaderClassName
{
color: #C5FF38;
}
.AnyTagClassName
{
color: #C5FF38;
}
</style>
background-color css
<style>
a { background-color: #C5FF38; }
a { background-color: rgb(197,255,56); }
div.DivClassName
{
background-color: #C5FF38;
}
.BgClassName
{
background-color: #C5FF38;
}
</style>
border-color css
<style>
span { border-color: #C5FF38; }
span { border-color: rgb(197,255,56); }
td.TdClassName
{
border-color: #C5FF38;
}
.TagClassName
{
border-color: #C5FF38;
}
</style>