Shades of Bright Green #65DA0F
Tints of Bright Green #65DA0F
RGB
CMYK
RGB Variations
Color information
#65DA0F (or 0x65DA0F) is known color: Bright Green. HEX triplet: 65, DA and 0F. RGB value is (101,218,15). Sum of RGB (Red+Green+Blue) = 101+218+15=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 218 (85.55% from 255 or 65.27% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 218 - color contains mainly: green. Hex color #65DA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65DA0F is #9A25F0. Grayscale: #A0A0A0. Windows color (decimal): -10102257 or 1038949. OLE color: 1038949.
HSL color Cylindrical-coordinate representation of color #65DA0F: hue angle of 94.58º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65DA0F is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 218 | 15 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.15 |
| HSL | 94.58º | 0.87% | 0.46% | - |
| HSV(B) | 94.58º | 0.93% | 0.85% | - |
| XYZ | 30.52 | 52.94 | 9.06 | - |
| YUV | 159.88 | 46.24 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 218 | 15 | 0.54 | 0 | 0.93 | 0.15 | 94.58 | 0.87 | 0.46 |
| Hex | 65 | DA | F | 36 | 0 | 5D | F | 5F | 57 | 2E |
| Octal | 145 | 332 | 17 | 66 | 0 | 135 | 17 | 137 | 127 | 56 |
| Binary | 1100101 | 11011010 | 1111 | 110110 | 0 | 1011101 | 1111 | 1011111 | 1010111 | 101110 |
Color Harmonies of #65DA0F
Complementary color
Monochromatic Colors of #65DA0F
Black with #65DA0F
Text Example
Text Example
White with #65DA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DA0F; }
p { color: rgb(101,218,15); }
H1.HeaderClassName
{
color: #65DA0F;
}
.AnyTagClassName
{
color: #65DA0F;
}
</style>
background-color css
<style>
a { background-color: #65DA0F; }
a { background-color: rgb(101,218,15); }
div.DivClassName
{
background-color: #65DA0F;
}
.BgClassName
{
background-color: #65DA0F;
}
</style>
border-color css
<style>
span { border-color: #65DA0F; }
span { border-color: rgb(101,218,15); }
td.TdClassName
{
border-color: #65DA0F;
}
.TagClassName
{
border-color: #65DA0F;
}
</style>