Shades of Bright Green #65DF1F
Tints of Bright Green #65DF1F
RGB
CMYK
RGB Variations
Color information
#65DF1F (or 0x65DF1F) is known color: Bright Green. HEX triplet: 65, DF and 1F. RGB value is (101,223,31). Sum of RGB (Red+Green+Blue) = 101+223+31=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 223 (87.5% from 255 or 62.82% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DF1F is #9A20E0. Grayscale: #A5A5A5. Windows color (decimal): -10100961 or 2088805. OLE color: 2088805.
HSL color Cylindrical-coordinate representation of color #65DF1F: hue angle of 98.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65DF1F is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 31 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.13 |
| HSL | 98.13º | 0.76% | 0.5% | - |
| HSV(B) | 98.13º | 0.86% | 0.87% | - |
| XYZ | 32 | 55.64 | 10.35 | - |
| YUV | 164.63 | 52.58 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 31 | 0.55 | 0 | 0.86 | 0.13 | 98.13 | 0.76 | 0.5 |
| Hex | 65 | DF | 1F | 37 | 0 | 56 | D | 62 | 4C | 32 |
| Octal | 145 | 337 | 37 | 67 | 0 | 126 | 15 | 142 | 114 | 62 |
| Binary | 1100101 | 11011111 | 11111 | 110111 | 0 | 1010110 | 1101 | 1100010 | 1001100 | 110010 |
Color Harmonies of #65DF1F
Complementary color
Monochromatic Colors of #65DF1F
Black with #65DF1F
Text Example
Text Example
White with #65DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF1F; }
p { color: rgb(101,223,31); }
H1.HeaderClassName
{
color: #65DF1F;
}
.AnyTagClassName
{
color: #65DF1F;
}
</style>
background-color css
<style>
a { background-color: #65DF1F; }
a { background-color: rgb(101,223,31); }
div.DivClassName
{
background-color: #65DF1F;
}
.BgClassName
{
background-color: #65DF1F;
}
</style>
border-color css
<style>
span { border-color: #65DF1F; }
span { border-color: rgb(101,223,31); }
td.TdClassName
{
border-color: #65DF1F;
}
.TagClassName
{
border-color: #65DF1F;
}
</style>