Shades of Bright Green #69D405
Tints of Bright Green #69D405
RGB
CMYK
RGB Variations
Color information
#69D405 (or 0x69D405) is known color: Bright Green. HEX triplet: 69, D4 and 05. RGB value is (105,212,5). Sum of RGB (Red+Green+Blue) = 105+212+5=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 212 (83.20% from 255 or 65.84% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 212 - color contains mainly: green. Hex color #69D405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D405 is #962BFA. Grayscale: #9D9D9D. Windows color (decimal): -9841659 or 382057. OLE color: 382057.
HSL color Cylindrical-coordinate representation of color #69D405: hue angle of 91.01º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69D405 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 212 | 5 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.17 |
| HSL | 91.01º | 0.95% | 0.43% | - |
| HSV(B) | 91.01º | 0.98% | 0.83% | - |
| XYZ | 29.4 | 50.1 | 8.26 | - |
| YUV | 156.41 | 42.55 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 212 | 5 | 0.50 | 0 | 0.98 | 0.17 | 91.01 | 0.95 | 0.43 |
| Hex | 69 | D4 | 5 | 32 | 0 | 62 | 11 | 5B | 5F | 2B |
| Octal | 151 | 324 | 5 | 62 | 0 | 142 | 21 | 133 | 137 | 53 |
| Binary | 1101001 | 11010100 | 101 | 110010 | 0 | 1100010 | 10001 | 1011011 | 1011111 | 101011 |
Color Harmonies of #69D405
Complementary color
Monochromatic Colors of #69D405
Black with #69D405
Text Example
Text Example
White with #69D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D405; }
p { color: rgb(105,212,5); }
H1.HeaderClassName
{
color: #69D405;
}
.AnyTagClassName
{
color: #69D405;
}
</style>
background-color css
<style>
a { background-color: #69D405; }
a { background-color: rgb(105,212,5); }
div.DivClassName
{
background-color: #69D405;
}
.BgClassName
{
background-color: #69D405;
}
</style>
border-color css
<style>
span { border-color: #69D405; }
span { border-color: rgb(105,212,5); }
td.TdClassName
{
border-color: #69D405;
}
.TagClassName
{
border-color: #69D405;
}
</style>