Shades of Kelly Green #4ACF03
Tints of Kelly Green #4ACF03
RGB
CMYK
RGB Variations
Color information
#4ACF03 (or 0x4ACF03) is known color: Kelly Green. HEX triplet: 4A, CF and 03. RGB value is (74,207,3). Sum of RGB (Red+Green+Blue) = 74+207+3=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACF03 is #B530FC. Grayscale: #909090. Windows color (decimal): -11874557 or 249674. OLE color: 249674.
HSL color Cylindrical-coordinate representation of color #4ACF03: hue angle of 99.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4ACF03 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 207 | 3 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.19 |
| HSL | 99.12º | 0.97% | 0.41% | - |
| HSV(B) | 99.12º | 0.99% | 0.81% | - |
| XYZ | 25.15 | 46.09 | 7.66 | - |
| YUV | 143.98 | 48.44 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 3 | 0.64 | 0 | 0.99 | 0.19 | 99.12 | 0.97 | 0.41 |
| Hex | 4A | CF | 3 | 40 | 0 | 63 | 13 | 63 | 61 | 29 |
| Octal | 112 | 317 | 3 | 100 | 0 | 143 | 23 | 143 | 141 | 51 |
| Binary | 1001010 | 11001111 | 11 | 1000000 | 0 | 1100011 | 10011 | 1100011 | 1100001 | 101001 |
Color Harmonies of #4ACF03
Complementary color
Monochromatic Colors of #4ACF03
Black with #4ACF03
Text Example
Text Example
White with #4ACF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACF03; }
p { color: rgb(74,207,3); }
H1.HeaderClassName
{
color: #4ACF03;
}
.AnyTagClassName
{
color: #4ACF03;
}
</style>
background-color css
<style>
a { background-color: #4ACF03; }
a { background-color: rgb(74,207,3); }
div.DivClassName
{
background-color: #4ACF03;
}
.BgClassName
{
background-color: #4ACF03;
}
</style>
border-color css
<style>
span { border-color: #4ACF03; }
span { border-color: rgb(74,207,3); }
td.TdClassName
{
border-color: #4ACF03;
}
.TagClassName
{
border-color: #4ACF03;
}
</style>