Shades of Kelly Green #4ACF1B
Tints of Kelly Green #4ACF1B
RGB
CMYK
RGB Variations
Color information
#4ACF1B (or 0x4ACF1B) is known color: Kelly Green. HEX triplet: 4A, CF and 1B. RGB value is (74,207,27). Sum of RGB (Red+Green+Blue) = 74+207+27=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACF1B is #B530E4. Grayscale: #939393. Windows color (decimal): -11874533 or 1822538. OLE color: 1822538.
HSL color Cylindrical-coordinate representation of color #4ACF1B: hue angle of 104.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4ACF1B is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 207 | 27 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.19 |
| HSL | 104.33º | 0.77% | 0.46% | - |
| HSV(B) | 104.33º | 0.87% | 0.81% | - |
| XYZ | 25.33 | 46.16 | 8.61 | - |
| YUV | 146.71 | 60.44 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 27 | 0.64 | 0 | 0.87 | 0.19 | 104.33 | 0.77 | 0.46 |
| Hex | 4A | CF | 1B | 40 | 0 | 57 | 13 | 68 | 4D | 2E |
| Octal | 112 | 317 | 33 | 100 | 0 | 127 | 23 | 150 | 115 | 56 |
| Binary | 1001010 | 11001111 | 11011 | 1000000 | 0 | 1010111 | 10011 | 1101000 | 1001101 | 101110 |
Color Harmonies of #4ACF1B
Complementary color
Monochromatic Colors of #4ACF1B
Black with #4ACF1B
Text Example
Text Example
White with #4ACF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACF1B; }
p { color: rgb(74,207,27); }
H1.HeaderClassName
{
color: #4ACF1B;
}
.AnyTagClassName
{
color: #4ACF1B;
}
</style>
background-color css
<style>
a { background-color: #4ACF1B; }
a { background-color: rgb(74,207,27); }
div.DivClassName
{
background-color: #4ACF1B;
}
.BgClassName
{
background-color: #4ACF1B;
}
</style>
border-color css
<style>
span { border-color: #4ACF1B; }
span { border-color: rgb(74,207,27); }
td.TdClassName
{
border-color: #4ACF1B;
}
.TagClassName
{
border-color: #4ACF1B;
}
</style>