Shades of Bright Green #65ED32
Tints of Bright Green #65ED32
RGB
CMYK
RGB Variations
Color information
#65ED32 (or 0x65ED32) is known color: Bright Green. HEX triplet: 65, ED and 32. RGB value is (101,237,50). Sum of RGB (Red+Green+Blue) = 101+237+50=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 237 (92.97% from 255 or 61.08% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 237 - color contains mainly: green. Hex color #65ED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #65ED32 is #9A12CD. Grayscale: #AFAFAF. Windows color (decimal): -10097358 or 3337573. OLE color: 3337573.
HSL color Cylindrical-coordinate representation of color #65ED32: hue angle of 103.64º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65ED32 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 237 | 50 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.07 |
| HSL | 103.64º | 0.84% | 0.56% | - |
| HSV(B) | 103.64º | 0.79% | 0.93% | - |
| XYZ | 36.23 | 63.57 | 13.38 | - |
| YUV | 175.02 | 57.44 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 237 | 50 | 0.57 | 0 | 0.79 | 0.07 | 103.64 | 0.84 | 0.56 |
| Hex | 65 | ED | 32 | 39 | 0 | 4F | 7 | 68 | 54 | 38 |
| Octal | 145 | 355 | 62 | 71 | 0 | 117 | 7 | 150 | 124 | 70 |
| Binary | 1100101 | 11101101 | 110010 | 111001 | 0 | 1001111 | 111 | 1101000 | 1010100 | 111000 |
Color Harmonies of #65ED32
Complementary color
Monochromatic Colors of #65ED32
Black with #65ED32
Text Example
Text Example
White with #65ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ED32; }
p { color: rgb(101,237,50); }
H1.HeaderClassName
{
color: #65ED32;
}
.AnyTagClassName
{
color: #65ED32;
}
</style>
background-color css
<style>
a { background-color: #65ED32; }
a { background-color: rgb(101,237,50); }
div.DivClassName
{
background-color: #65ED32;
}
.BgClassName
{
background-color: #65ED32;
}
</style>
border-color css
<style>
span { border-color: #65ED32; }
span { border-color: rgb(101,237,50); }
td.TdClassName
{
border-color: #65ED32;
}
.TagClassName
{
border-color: #65ED32;
}
</style>