Shades of Kelly Green #4ACF10
Tints of Kelly Green #4ACF10
RGB
CMYK
RGB Variations
Color information
#4ACF10 (or 0x4ACF10) is known color: Kelly Green. HEX triplet: 4A, CF and 10. RGB value is (74,207,16). Sum of RGB (Red+Green+Blue) = 74+207+16=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACF10 is #B530EF. Grayscale: #929292. Windows color (decimal): -11874544 or 1101642. OLE color: 1101642.
HSL color Cylindrical-coordinate representation of color #4ACF10: hue angle of 101.78º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4ACF10 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 207 | 16 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.19 |
| HSL | 101.78º | 0.86% | 0.44% | - |
| HSV(B) | 101.78º | 0.92% | 0.81% | - |
| XYZ | 25.23 | 46.12 | 8.06 | - |
| YUV | 145.46 | 54.94 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 207 | 16 | 0.64 | 0 | 0.92 | 0.19 | 101.78 | 0.86 | 0.44 |
| Hex | 4A | CF | 10 | 40 | 0 | 5C | 13 | 66 | 56 | 2C |
| Octal | 112 | 317 | 20 | 100 | 0 | 134 | 23 | 146 | 126 | 54 |
| Binary | 1001010 | 11001111 | 10000 | 1000000 | 0 | 1011100 | 10011 | 1100110 | 1010110 | 101100 |
Color Harmonies of #4ACF10
Complementary color
Monochromatic Colors of #4ACF10
Black with #4ACF10
Text Example
Text Example
White with #4ACF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACF10; }
p { color: rgb(74,207,16); }
H1.HeaderClassName
{
color: #4ACF10;
}
.AnyTagClassName
{
color: #4ACF10;
}
</style>
background-color css
<style>
a { background-color: #4ACF10; }
a { background-color: rgb(74,207,16); }
div.DivClassName
{
background-color: #4ACF10;
}
.BgClassName
{
background-color: #4ACF10;
}
</style>
border-color css
<style>
span { border-color: #4ACF10; }
span { border-color: rgb(74,207,16); }
td.TdClassName
{
border-color: #4ACF10;
}
.TagClassName
{
border-color: #4ACF10;
}
</style>