Shades of Shamrock #4BF299
Tints of Shamrock #4BF299
RGB
CMYK
RGB Variations
Color information
#4BF299 (or 0x4BF299) is known color: Shamrock. HEX triplet: 4B, F2 and 99. RGB value is (75,242,153). Sum of RGB (Red+Green+Blue) = 75+242+153=470 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.96% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF299 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF299 is #B40D66. Grayscale: #B6B6B6. Windows color (decimal): -11799911 or 10089035. OLE color: 10089035.
HSL color Cylindrical-coordinate representation of color #4BF299: hue angle of 148.02º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF299 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 153 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.05 |
| HSL | 148.02º | 0.87% | 0.62% | - |
| HSV(B) | 148.02º | 0.69% | 0.95% | - |
| XYZ | 40.4 | 67.3 | 41 | - |
| YUV | 181.92 | 111.67 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 153 | 0.69 | 0 | 0.37 | 0.05 | 148.02 | 0.87 | 0.62 |
| Hex | 4B | F2 | 99 | 45 | 0 | 25 | 5 | 94 | 57 | 3E |
| Octal | 113 | 362 | 231 | 105 | 0 | 45 | 5 | 224 | 127 | 76 |
| Binary | 1001011 | 11110010 | 10011001 | 1000101 | 0 | 100101 | 101 | 10010100 | 1010111 | 111110 |
Color Harmonies of #4BF299
Complementary color
Monochromatic Colors of #4BF299
Black with #4BF299
Text Example
Text Example
White with #4BF299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF299; }
p { color: rgb(75,242,153); }
H1.HeaderClassName
{
color: #4BF299;
}
.AnyTagClassName
{
color: #4BF299;
}
</style>
background-color css
<style>
a { background-color: #4BF299; }
a { background-color: rgb(75,242,153); }
div.DivClassName
{
background-color: #4BF299;
}
.BgClassName
{
background-color: #4BF299;
}
</style>
border-color css
<style>
span { border-color: #4BF299; }
span { border-color: rgb(75,242,153); }
td.TdClassName
{
border-color: #4BF299;
}
.TagClassName
{
border-color: #4BF299;
}
</style>