Shades of Kelly Green #69C80F
Tints of Kelly Green #69C80F
RGB
CMYK
RGB Variations
Color information
#69C80F (or 0x69C80F) is known color: Kelly Green. HEX triplet: 69, C8 and 0F. RGB value is (105,200,15). Sum of RGB (Red+Green+Blue) = 105+200+15=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #69C80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69C80F is #9637F0. Grayscale: #979797. Windows color (decimal): -9844721 or 1034345. OLE color: 1034345.
HSL color Cylindrical-coordinate representation of color #69C80F: hue angle of 90.81º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69C80F is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 15 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.22 |
| HSL | 90.81º | 0.86% | 0.42% | - |
| HSV(B) | 90.81º | 0.93% | 0.78% | - |
| XYZ | 26.57 | 44.35 | 7.61 | - |
| YUV | 150.51 | 51.53 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 15 | 0.48 | 0 | 0.92 | 0.22 | 90.81 | 0.86 | 0.42 |
| Hex | 69 | C8 | F | 30 | 0 | 5C | 16 | 5B | 56 | 2A |
| Octal | 151 | 310 | 17 | 60 | 0 | 134 | 26 | 133 | 126 | 52 |
| Binary | 1101001 | 11001000 | 1111 | 110000 | 0 | 1011100 | 10110 | 1011011 | 1010110 | 101010 |
Color Harmonies of #69C80F
Complementary color
Monochromatic Colors of #69C80F
Black with #69C80F
Text Example
Text Example
White with #69C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C80F; }
p { color: rgb(105,200,15); }
H1.HeaderClassName
{
color: #69C80F;
}
.AnyTagClassName
{
color: #69C80F;
}
</style>
background-color css
<style>
a { background-color: #69C80F; }
a { background-color: rgb(105,200,15); }
div.DivClassName
{
background-color: #69C80F;
}
.BgClassName
{
background-color: #69C80F;
}
</style>
border-color css
<style>
span { border-color: #69C80F; }
span { border-color: rgb(105,200,15); }
td.TdClassName
{
border-color: #69C80F;
}
.TagClassName
{
border-color: #69C80F;
}
</style>