Shades of Kelly Green #69CC0B
Tints of Kelly Green #69CC0B
RGB
CMYK
RGB Variations
Color information
#69CC0B (or 0x69CC0B) is known color: Kelly Green. HEX triplet: 69, CC and 0B. RGB value is (105,204,11). Sum of RGB (Red+Green+Blue) = 105+204+11=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69CC0B is #9633F4. Grayscale: #999999. Windows color (decimal): -9843701 or 773225. OLE color: 773225.
HSL color Cylindrical-coordinate representation of color #69CC0B: hue angle of 90.78º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #69CC0B is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 11 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.2 |
| HSL | 90.78º | 0.9% | 0.42% | - |
| HSV(B) | 90.78º | 0.95% | 0.8% | - |
| XYZ | 27.48 | 46.21 | 7.79 | - |
| YUV | 152.4 | 48.2 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 11 | 0.49 | 0 | 0.95 | 0.2 | 90.78 | 0.9 | 0.42 |
| Hex | 69 | CC | B | 31 | 0 | 5F | 14 | 5B | 5A | 2A |
| Octal | 151 | 314 | 13 | 61 | 0 | 137 | 24 | 133 | 132 | 52 |
| Binary | 1101001 | 11001100 | 1011 | 110001 | 0 | 1011111 | 10100 | 1011011 | 1011010 | 101010 |
Color Harmonies of #69CC0B
Complementary color
Monochromatic Colors of #69CC0B
Black with #69CC0B
Text Example
Text Example
White with #69CC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC0B; }
p { color: rgb(105,204,11); }
H1.HeaderClassName
{
color: #69CC0B;
}
.AnyTagClassName
{
color: #69CC0B;
}
</style>
background-color css
<style>
a { background-color: #69CC0B; }
a { background-color: rgb(105,204,11); }
div.DivClassName
{
background-color: #69CC0B;
}
.BgClassName
{
background-color: #69CC0B;
}
</style>
border-color css
<style>
span { border-color: #69CC0B; }
span { border-color: rgb(105,204,11); }
td.TdClassName
{
border-color: #69CC0B;
}
.TagClassName
{
border-color: #69CC0B;
}
</style>