Shades of Bright Green #65D602
Tints of Bright Green #65D602
RGB
CMYK
RGB Variations
Color information
#65D602 (or 0x65D602) is known color: Bright Green. HEX triplet: 65, D6 and 02. RGB value is (101,214,2). Sum of RGB (Red+Green+Blue) = 101+214+2=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 214 (83.98% from 255 or 67.51% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 214 - color contains mainly: green. Hex color #65D602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D602 is #9A29FD. Grayscale: #9C9C9C. Windows color (decimal): -10103294 or 185957. OLE color: 185957.
HSL color Cylindrical-coordinate representation of color #65D602: hue angle of 91.98º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65D602 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.16 |
| HSL | 91.98º | 0.98% | 0.42% | - |
| HSV(B) | 91.98º | 0.99% | 0.84% | - |
| XYZ | 29.42 | 50.86 | 8.32 | - |
| YUV | 156.05 | 41.06 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 2 | 0.53 | 0 | 0.99 | 0.16 | 91.98 | 0.98 | 0.42 |
| Hex | 65 | D6 | 2 | 35 | 0 | 63 | 10 | 5C | 62 | 2A |
| Octal | 145 | 326 | 2 | 65 | 0 | 143 | 20 | 134 | 142 | 52 |
| Binary | 1100101 | 11010110 | 10 | 110101 | 0 | 1100011 | 10000 | 1011100 | 1100010 | 101010 |
Color Harmonies of #65D602
Complementary color
Monochromatic Colors of #65D602
Black with #65D602
Text Example
Text Example
White with #65D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D602; }
p { color: rgb(101,214,2); }
H1.HeaderClassName
{
color: #65D602;
}
.AnyTagClassName
{
color: #65D602;
}
</style>
background-color css
<style>
a { background-color: #65D602; }
a { background-color: rgb(101,214,2); }
div.DivClassName
{
background-color: #65D602;
}
.BgClassName
{
background-color: #65D602;
}
</style>
border-color css
<style>
span { border-color: #65D602; }
span { border-color: rgb(101,214,2); }
td.TdClassName
{
border-color: #65D602;
}
.TagClassName
{
border-color: #65D602;
}
</style>