Shades of Bright Green #65DC09
Tints of Bright Green #65DC09
RGB
CMYK
RGB Variations
Color information
#65DC09 (or 0x65DC09) is known color: Bright Green. HEX triplet: 65, DC and 09. RGB value is (101,220,9). Sum of RGB (Red+Green+Blue) = 101+220+9=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65DC09 is #9A23F6. Grayscale: #A1A1A1. Windows color (decimal): -10101751 or 646245. OLE color: 646245.
HSL color Cylindrical-coordinate representation of color #65DC09: hue angle of 93.84º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65DC09 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 9 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.14 |
| HSL | 93.84º | 0.92% | 0.45% | - |
| HSV(B) | 93.84º | 0.96% | 0.86% | - |
| XYZ | 31.01 | 53.97 | 9.04 | - |
| YUV | 160.37 | 42.58 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 9 | 0.54 | 0 | 0.96 | 0.14 | 93.84 | 0.92 | 0.45 |
| Hex | 65 | DC | 9 | 36 | 0 | 60 | E | 5E | 5C | 2D |
| Octal | 145 | 334 | 11 | 66 | 0 | 140 | 16 | 136 | 134 | 55 |
| Binary | 1100101 | 11011100 | 1001 | 110110 | 0 | 1100000 | 1110 | 1011110 | 1011100 | 101101 |
Color Harmonies of #65DC09
Complementary color
Monochromatic Colors of #65DC09
Black with #65DC09
Text Example
Text Example
White with #65DC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC09; }
p { color: rgb(101,220,9); }
H1.HeaderClassName
{
color: #65DC09;
}
.AnyTagClassName
{
color: #65DC09;
}
</style>
background-color css
<style>
a { background-color: #65DC09; }
a { background-color: rgb(101,220,9); }
div.DivClassName
{
background-color: #65DC09;
}
.BgClassName
{
background-color: #65DC09;
}
</style>
border-color css
<style>
span { border-color: #65DC09; }
span { border-color: rgb(101,220,9); }
td.TdClassName
{
border-color: #65DC09;
}
.TagClassName
{
border-color: #65DC09;
}
</style>