Shades of Bright Green #65DA0A
Tints of Bright Green #65DA0A
RGB
CMYK
RGB Variations
Color information
#65DA0A (or 0x65DA0A) is known color: Bright Green. HEX triplet: 65, DA and 0A. RGB value is (101,218,10). Sum of RGB (Red+Green+Blue) = 101+218+10=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 218 (85.55% from 255 or 66.26% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65DA0A is #9A25F5. Grayscale: #A0A0A0. Windows color (decimal): -10102262 or 711269. OLE color: 711269.
HSL color Cylindrical-coordinate representation of color #65DA0A: hue angle of 93.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65DA0A is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 10 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.15 |
| HSL | 93.75º | 0.91% | 0.45% | - |
| HSV(B) | 93.75º | 0.95% | 0.85% | - |
| XYZ | 30.49 | 52.93 | 8.9 | - |
| YUV | 159.31 | 43.74 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 10 | 0.54 | 0 | 0.95 | 0.15 | 93.75 | 0.91 | 0.45 |
| Hex | 65 | DA | A | 36 | 0 | 5F | F | 5E | 5B | 2D |
| Octal | 145 | 332 | 12 | 66 | 0 | 137 | 17 | 136 | 133 | 55 |
| Binary | 1100101 | 11011010 | 1010 | 110110 | 0 | 1011111 | 1111 | 1011110 | 1011011 | 101101 |
Color Harmonies of #65DA0A
Complementary color
Monochromatic Colors of #65DA0A
Black with #65DA0A
Text Example
Text Example
White with #65DA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DA0A; }
p { color: rgb(101,218,10); }
H1.HeaderClassName
{
color: #65DA0A;
}
.AnyTagClassName
{
color: #65DA0A;
}
</style>
background-color css
<style>
a { background-color: #65DA0A; }
a { background-color: rgb(101,218,10); }
div.DivClassName
{
background-color: #65DA0A;
}
.BgClassName
{
background-color: #65DA0A;
}
</style>
border-color css
<style>
span { border-color: #65DA0A; }
span { border-color: rgb(101,218,10); }
td.TdClassName
{
border-color: #65DA0A;
}
.TagClassName
{
border-color: #65DA0A;
}
</style>