Shades of Bright Green #65E41C
Tints of Bright Green #65E41C
RGB
CMYK
RGB Variations
Color information
#65E41C (or 0x65E41C) is known color: Bright Green. HEX triplet: 65, E4 and 1C. RGB value is (101,228,28). Sum of RGB (Red+Green+Blue) = 101+228+28=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 228 (89.45% from 255 or 63.87% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 228 - color contains mainly: green. Hex color #65E41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E41C is #9A1BE3. Grayscale: #A7A7A7. Windows color (decimal): -10099684 or 1893477. OLE color: 1893477.
HSL color Cylindrical-coordinate representation of color #65E41C: hue angle of 98.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65E41C is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 28 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.11 |
| HSL | 98.1º | 0.79% | 0.5% | - |
| HSV(B) | 98.1º | 0.88% | 0.89% | - |
| XYZ | 33.32 | 58.34 | 10.6 | - |
| YUV | 167.23 | 49.42 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 28 | 0.56 | 0 | 0.88 | 0.11 | 98.1 | 0.79 | 0.5 |
| Hex | 65 | E4 | 1C | 38 | 0 | 58 | B | 62 | 4F | 32 |
| Octal | 145 | 344 | 34 | 70 | 0 | 130 | 13 | 142 | 117 | 62 |
| Binary | 1100101 | 11100100 | 11100 | 111000 | 0 | 1011000 | 1011 | 1100010 | 1001111 | 110010 |
Color Harmonies of #65E41C
Complementary color
Monochromatic Colors of #65E41C
Black with #65E41C
Text Example
Text Example
White with #65E41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E41C; }
p { color: rgb(101,228,28); }
H1.HeaderClassName
{
color: #65E41C;
}
.AnyTagClassName
{
color: #65E41C;
}
</style>
background-color css
<style>
a { background-color: #65E41C; }
a { background-color: rgb(101,228,28); }
div.DivClassName
{
background-color: #65E41C;
}
.BgClassName
{
background-color: #65E41C;
}
</style>
border-color css
<style>
span { border-color: #65E41C; }
span { border-color: rgb(101,228,28); }
td.TdClassName
{
border-color: #65E41C;
}
.TagClassName
{
border-color: #65E41C;
}
</style>