Shades of Shamrock #4ADF99
Tints of Shamrock #4ADF99
RGB
CMYK
RGB Variations
Color information
#4ADF99 (or 0x4ADF99) is known color: Shamrock. HEX triplet: 4A, DF and 99. RGB value is (74,223,153). Sum of RGB (Red+Green+Blue) = 74+223+153=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADF99 is #B52066. Grayscale: #AAAAAA. Windows color (decimal): -11870311 or 10084170. OLE color: 10084170.
HSL color Cylindrical-coordinate representation of color #4ADF99: hue angle of 151.81º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADF99 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 153 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.13 |
| HSL | 151.81º | 0.7% | 0.58% | - |
| HSV(B) | 151.81º | 0.67% | 0.87% | - |
| XYZ | 34.96 | 56.53 | 39.21 | - |
| YUV | 170.47 | 118.14 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 153 | 0.67 | 0 | 0.31 | 0.13 | 151.81 | 0.7 | 0.58 |
| Hex | 4A | DF | 99 | 43 | 0 | 1F | D | 98 | 46 | 3A |
| Octal | 112 | 337 | 231 | 103 | 0 | 37 | 15 | 230 | 106 | 72 |
| Binary | 1001010 | 11011111 | 10011001 | 1000011 | 0 | 11111 | 1101 | 10011000 | 1000110 | 111010 |
Color Harmonies of #4ADF99
Complementary color
Monochromatic Colors of #4ADF99
Black with #4ADF99
Text Example
Text Example
White with #4ADF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF99; }
p { color: rgb(74,223,153); }
H1.HeaderClassName
{
color: #4ADF99;
}
.AnyTagClassName
{
color: #4ADF99;
}
</style>
background-color css
<style>
a { background-color: #4ADF99; }
a { background-color: rgb(74,223,153); }
div.DivClassName
{
background-color: #4ADF99;
}
.BgClassName
{
background-color: #4ADF99;
}
</style>
border-color css
<style>
span { border-color: #4ADF99; }
span { border-color: rgb(74,223,153); }
td.TdClassName
{
border-color: #4ADF99;
}
.TagClassName
{
border-color: #4ADF99;
}
</style>