Shades of Kelly Green #69E02D
Tints of Kelly Green #69E02D
RGB
CMYK
RGB Variations
Color information
#69E02D (or 0x69E02D) is known color: Kelly Green. HEX triplet: 69, E0 and 2D. RGB value is (105,224,45). Sum of RGB (Red+Green+Blue) = 105+224+45=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #69E02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69E02D is #961FD2. Grayscale: #A8A8A8. Windows color (decimal): -9838547 or 3006569. OLE color: 3006569.
HSL color Cylindrical-coordinate representation of color #69E02D: hue angle of 99.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69E02D is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 224 | 45 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.12 |
| HSL | 99.89º | 0.74% | 0.53% | - |
| HSV(B) | 99.89º | 0.8% | 0.88% | - |
| XYZ | 32.96 | 56.5 | 11.65 | - |
| YUV | 168.01 | 58.58 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 45 | 0.53 | 0 | 0.80 | 0.12 | 99.89 | 0.74 | 0.53 |
| Hex | 69 | E0 | 2D | 35 | 0 | 50 | C | 64 | 4A | 35 |
| Octal | 151 | 340 | 55 | 65 | 0 | 120 | 14 | 144 | 112 | 65 |
| Binary | 1101001 | 11100000 | 101101 | 110101 | 0 | 1010000 | 1100 | 1100100 | 1001010 | 110101 |
Color Harmonies of #69E02D
Complementary color
Monochromatic Colors of #69E02D
Black with #69E02D
Text Example
Text Example
White with #69E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E02D; }
p { color: rgb(105,224,45); }
H1.HeaderClassName
{
color: #69E02D;
}
.AnyTagClassName
{
color: #69E02D;
}
</style>
background-color css
<style>
a { background-color: #69E02D; }
a { background-color: rgb(105,224,45); }
div.DivClassName
{
background-color: #69E02D;
}
.BgClassName
{
background-color: #69E02D;
}
</style>
border-color css
<style>
span { border-color: #69E02D; }
span { border-color: rgb(105,224,45); }
td.TdClassName
{
border-color: #69E02D;
}
.TagClassName
{
border-color: #69E02D;
}
</style>