Shades of Kelly Green #65C21F
Tints of Kelly Green #65C21F
RGB
CMYK
RGB Variations
Color information
#65C21F (or 0x65C21F) is known color: Kelly Green. HEX triplet: 65, C2 and 1F. RGB value is (101,194,31). Sum of RGB (Red+Green+Blue) = 101+194+31=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #65C21F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C21F is #9A3DE0. Grayscale: #949494. Windows color (decimal): -10108385 or 2081381. OLE color: 2081381.
HSL color Cylindrical-coordinate representation of color #65C21F: hue angle of 94.23º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65C21F is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 194 | 31 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.24 |
| HSL | 94.23º | 0.72% | 0.44% | - |
| HSV(B) | 94.23º | 0.84% | 0.76% | - |
| XYZ | 24.91 | 41.45 | 7.98 | - |
| YUV | 147.61 | 62.19 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 31 | 0.48 | 0 | 0.84 | 0.24 | 94.23 | 0.72 | 0.44 |
| Hex | 65 | C2 | 1F | 30 | 0 | 54 | 18 | 5E | 48 | 2C |
| Octal | 145 | 302 | 37 | 60 | 0 | 124 | 30 | 136 | 110 | 54 |
| Binary | 1100101 | 11000010 | 11111 | 110000 | 0 | 1010100 | 11000 | 1011110 | 1001000 | 101100 |
Color Harmonies of #65C21F
Complementary color
Monochromatic Colors of #65C21F
Black with #65C21F
Text Example
Text Example
White with #65C21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C21F; }
p { color: rgb(101,194,31); }
H1.HeaderClassName
{
color: #65C21F;
}
.AnyTagClassName
{
color: #65C21F;
}
</style>
background-color css
<style>
a { background-color: #65C21F; }
a { background-color: rgb(101,194,31); }
div.DivClassName
{
background-color: #65C21F;
}
.BgClassName
{
background-color: #65C21F;
}
</style>
border-color css
<style>
span { border-color: #65C21F; }
span { border-color: rgb(101,194,31); }
td.TdClassName
{
border-color: #65C21F;
}
.TagClassName
{
border-color: #65C21F;
}
</style>