Shades of Kelly Green #65C21B
Tints of Kelly Green #65C21B
RGB
CMYK
RGB Variations
Color information
#65C21B (or 0x65C21B) is known color: Kelly Green. HEX triplet: 65, C2 and 1B. RGB value is (101,194,27). Sum of RGB (Red+Green+Blue) = 101+194+27=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #65C21B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C21B is #9A3DE4. Grayscale: #939393. Windows color (decimal): -10108389 or 1819237. OLE color: 1819237.
HSL color Cylindrical-coordinate representation of color #65C21B: hue angle of 93.41º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65C21B is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 194 | 27 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.24 |
| HSL | 93.41º | 0.76% | 0.43% | - |
| HSV(B) | 93.41º | 0.86% | 0.76% | - |
| XYZ | 24.86 | 41.43 | 7.72 | - |
| YUV | 147.16 | 60.19 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 27 | 0.48 | 0 | 0.86 | 0.24 | 93.41 | 0.76 | 0.43 |
| Hex | 65 | C2 | 1B | 30 | 0 | 56 | 18 | 5D | 4C | 2B |
| Octal | 145 | 302 | 33 | 60 | 0 | 126 | 30 | 135 | 114 | 53 |
| Binary | 1100101 | 11000010 | 11011 | 110000 | 0 | 1010110 | 11000 | 1011101 | 1001100 | 101011 |
Color Harmonies of #65C21B
Complementary color
Monochromatic Colors of #65C21B
Black with #65C21B
Text Example
Text Example
White with #65C21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C21B; }
p { color: rgb(101,194,27); }
H1.HeaderClassName
{
color: #65C21B;
}
.AnyTagClassName
{
color: #65C21B;
}
</style>
background-color css
<style>
a { background-color: #65C21B; }
a { background-color: rgb(101,194,27); }
div.DivClassName
{
background-color: #65C21B;
}
.BgClassName
{
background-color: #65C21B;
}
</style>
border-color css
<style>
span { border-color: #65C21B; }
span { border-color: rgb(101,194,27); }
td.TdClassName
{
border-color: #65C21B;
}
.TagClassName
{
border-color: #65C21B;
}
</style>