Shades of Kelly Green #4ACF25
Tints of Kelly Green #4ACF25
RGB
CMYK
RGB Variations
Color information
#4ACF25 (or 0x4ACF25) is known color: Kelly Green. HEX triplet: 4A, CF and 25. RGB value is (74,207,37). Sum of RGB (Red+Green+Blue) = 74+207+37=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACF25 is #B530DA. Grayscale: #949494. Windows color (decimal): -11874523 or 2477898. OLE color: 2477898.
HSL color Cylindrical-coordinate representation of color #4ACF25: hue angle of 106.94º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4ACF25 is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 207 | 37 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.19 |
| HSL | 106.94º | 0.7% | 0.48% | - |
| HSV(B) | 106.94º | 0.82% | 0.81% | - |
| XYZ | 25.47 | 46.22 | 9.33 | - |
| YUV | 147.85 | 65.44 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 37 | 0.64 | 0 | 0.82 | 0.19 | 106.94 | 0.7 | 0.48 |
| Hex | 4A | CF | 25 | 40 | 0 | 52 | 13 | 6B | 46 | 30 |
| Octal | 112 | 317 | 45 | 100 | 0 | 122 | 23 | 153 | 106 | 60 |
| Binary | 1001010 | 11001111 | 100101 | 1000000 | 0 | 1010010 | 10011 | 1101011 | 1000110 | 110000 |
Color Harmonies of #4ACF25
Complementary color
Monochromatic Colors of #4ACF25
Black with #4ACF25
Text Example
Text Example
White with #4ACF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACF25; }
p { color: rgb(74,207,37); }
H1.HeaderClassName
{
color: #4ACF25;
}
.AnyTagClassName
{
color: #4ACF25;
}
</style>
background-color css
<style>
a { background-color: #4ACF25; }
a { background-color: rgb(74,207,37); }
div.DivClassName
{
background-color: #4ACF25;
}
.BgClassName
{
background-color: #4ACF25;
}
</style>
border-color css
<style>
span { border-color: #4ACF25; }
span { border-color: rgb(74,207,37); }
td.TdClassName
{
border-color: #4ACF25;
}
.TagClassName
{
border-color: #4ACF25;
}
</style>