Shades of Kelly Green #69DE2D
Tints of Kelly Green #69DE2D
RGB
CMYK
RGB Variations
Color information
#69DE2D (or 0x69DE2D) is known color: Kelly Green. HEX triplet: 69, DE and 2D. RGB value is (105,222,45). Sum of RGB (Red+Green+Blue) = 105+222+45=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #69DE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DE2D is #9621D2. Grayscale: #A7A7A7. Windows color (decimal): -9839059 or 3006057. OLE color: 3006057.
HSL color Cylindrical-coordinate representation of color #69DE2D: hue angle of 99.66º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69DE2D is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 222 | 45 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.13 |
| HSL | 99.66º | 0.73% | 0.52% | - |
| HSV(B) | 99.66º | 0.8% | 0.87% | - |
| XYZ | 32.42 | 55.44 | 11.47 | - |
| YUV | 166.84 | 59.24 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 222 | 45 | 0.53 | 0 | 0.80 | 0.13 | 99.66 | 0.73 | 0.52 |
| Hex | 69 | DE | 2D | 35 | 0 | 50 | D | 64 | 49 | 34 |
| Octal | 151 | 336 | 55 | 65 | 0 | 120 | 15 | 144 | 111 | 64 |
| Binary | 1101001 | 11011110 | 101101 | 110101 | 0 | 1010000 | 1101 | 1100100 | 1001001 | 110100 |
Color Harmonies of #69DE2D
Complementary color
Monochromatic Colors of #69DE2D
Black with #69DE2D
Text Example
Text Example
White with #69DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DE2D; }
p { color: rgb(105,222,45); }
H1.HeaderClassName
{
color: #69DE2D;
}
.AnyTagClassName
{
color: #69DE2D;
}
</style>
background-color css
<style>
a { background-color: #69DE2D; }
a { background-color: rgb(105,222,45); }
div.DivClassName
{
background-color: #69DE2D;
}
.BgClassName
{
background-color: #69DE2D;
}
</style>
border-color css
<style>
span { border-color: #69DE2D; }
span { border-color: rgb(105,222,45); }
td.TdClassName
{
border-color: #69DE2D;
}
.TagClassName
{
border-color: #69DE2D;
}
</style>