Shades of Bright Green #65DC08
Tints of Bright Green #65DC08
RGB
CMYK
RGB Variations
Color information
#65DC08 (or 0x65DC08) is known color: Bright Green. HEX triplet: 65, DC and 08. RGB value is (101,220,8). Sum of RGB (Red+Green+Blue) = 101+220+8=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65DC08 is #9A23F7. Grayscale: #A0A0A0. Windows color (decimal): -10101752 or 580709. OLE color: 580709.
HSL color Cylindrical-coordinate representation of color #65DC08: hue angle of 93.68º degrees, saturation: 0.93, 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 #65DC08 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 220 | 8 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.14 |
| HSL | 93.68º | 0.93% | 0.45% | - |
| HSV(B) | 93.68º | 0.96% | 0.86% | - |
| XYZ | 31 | 53.97 | 9.01 | - |
| YUV | 160.25 | 42.08 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 220 | 8 | 0.54 | 0 | 0.96 | 0.14 | 93.68 | 0.93 | 0.45 |
| Hex | 65 | DC | 8 | 36 | 0 | 60 | E | 5E | 5D | 2D |
| Octal | 145 | 334 | 10 | 66 | 0 | 140 | 16 | 136 | 135 | 55 |
| Binary | 1100101 | 11011100 | 1000 | 110110 | 0 | 1100000 | 1110 | 1011110 | 1011101 | 101101 |
Color Harmonies of #65DC08
Complementary color
Monochromatic Colors of #65DC08
Black with #65DC08
Text Example
Text Example
White with #65DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DC08; }
p { color: rgb(101,220,8); }
H1.HeaderClassName
{
color: #65DC08;
}
.AnyTagClassName
{
color: #65DC08;
}
</style>
background-color css
<style>
a { background-color: #65DC08; }
a { background-color: rgb(101,220,8); }
div.DivClassName
{
background-color: #65DC08;
}
.BgClassName
{
background-color: #65DC08;
}
</style>
border-color css
<style>
span { border-color: #65DC08; }
span { border-color: rgb(101,220,8); }
td.TdClassName
{
border-color: #65DC08;
}
.TagClassName
{
border-color: #65DC08;
}
</style>