Shades of Bright Green #65E01D
Tints of Bright Green #65E01D
RGB
CMYK
RGB Variations
Color information
#65E01D (or 0x65E01D) is known color: Bright Green. HEX triplet: 65, E0 and 1D. RGB value is (101,224,29). Sum of RGB (Red+Green+Blue) = 101+224+29=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #65E01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65E01D is #9A1FE2. Grayscale: #A5A5A5. Windows color (decimal): -10100707 or 1957989. OLE color: 1957989.
HSL color Cylindrical-coordinate representation of color #65E01D: hue angle of 97.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #65E01D is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 29 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.12 |
| HSL | 97.85º | 0.77% | 0.5% | - |
| HSV(B) | 97.85º | 0.87% | 0.88% | - |
| XYZ | 32.24 | 56.17 | 10.3 | - |
| YUV | 164.99 | 51.25 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 29 | 0.55 | 0 | 0.87 | 0.12 | 97.85 | 0.77 | 0.5 |
| Hex | 65 | E0 | 1D | 37 | 0 | 57 | C | 62 | 4D | 32 |
| Octal | 145 | 340 | 35 | 67 | 0 | 127 | 14 | 142 | 115 | 62 |
| Binary | 1100101 | 11100000 | 11101 | 110111 | 0 | 1010111 | 1100 | 1100010 | 1001101 | 110010 |
Color Harmonies of #65E01D
Complementary color
Monochromatic Colors of #65E01D
Black with #65E01D
Text Example
Text Example
White with #65E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E01D; }
p { color: rgb(101,224,29); }
H1.HeaderClassName
{
color: #65E01D;
}
.AnyTagClassName
{
color: #65E01D;
}
</style>
background-color css
<style>
a { background-color: #65E01D; }
a { background-color: rgb(101,224,29); }
div.DivClassName
{
background-color: #65E01D;
}
.BgClassName
{
background-color: #65E01D;
}
</style>
border-color css
<style>
span { border-color: #65E01D; }
span { border-color: rgb(101,224,29); }
td.TdClassName
{
border-color: #65E01D;
}
.TagClassName
{
border-color: #65E01D;
}
</style>