Shades of Kelly Green #69D203
Tints of Kelly Green #69D203
RGB
CMYK
RGB Variations
Color information
#69D203 (or 0x69D203) is known color: Kelly Green. HEX triplet: 69, D2 and 03. RGB value is (105,210,3). Sum of RGB (Red+Green+Blue) = 105+210+3=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #69D203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D203 is #962DFC. Grayscale: #9B9B9B. Windows color (decimal): -9842173 or 250473. OLE color: 250473.
HSL color Cylindrical-coordinate representation of color #69D203: hue angle of 90.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69D203 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 3 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.18 |
| HSL | 90.43º | 0.97% | 0.42% | - |
| HSV(B) | 90.43º | 0.99% | 0.82% | - |
| XYZ | 28.89 | 49.1 | 8.04 | - |
| YUV | 155.01 | 42.21 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 3 | 0.50 | 0 | 0.99 | 0.18 | 90.43 | 0.97 | 0.42 |
| Hex | 69 | D2 | 3 | 32 | 0 | 63 | 12 | 5A | 61 | 2A |
| Octal | 151 | 322 | 3 | 62 | 0 | 143 | 22 | 132 | 141 | 52 |
| Binary | 1101001 | 11010010 | 11 | 110010 | 0 | 1100011 | 10010 | 1011010 | 1100001 | 101010 |
Color Harmonies of #69D203
Complementary color
Monochromatic Colors of #69D203
Black with #69D203
Text Example
Text Example
White with #69D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D203; }
p { color: rgb(105,210,3); }
H1.HeaderClassName
{
color: #69D203;
}
.AnyTagClassName
{
color: #69D203;
}
</style>
background-color css
<style>
a { background-color: #69D203; }
a { background-color: rgb(105,210,3); }
div.DivClassName
{
background-color: #69D203;
}
.BgClassName
{
background-color: #69D203;
}
</style>
border-color css
<style>
span { border-color: #69D203; }
span { border-color: rgb(105,210,3); }
td.TdClassName
{
border-color: #69D203;
}
.TagClassName
{
border-color: #69D203;
}
</style>