Shades of Emerald #4BF283
Tints of Emerald #4BF283
RGB
CMYK
RGB Variations
Color information
#4BF283 (or 0x4BF283) is known color: Emerald. HEX triplet: 4B, F2 and 83. RGB value is (75,242,131). Sum of RGB (Red+Green+Blue) = 75+242+131=448 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.74% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF283 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF283 is #B40D7C. Grayscale: #B3B3B3. Windows color (decimal): -11799933 or 8647243. OLE color: 8647243.
HSL color Cylindrical-coordinate representation of color #4BF283: hue angle of 140.12º 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 #4BF283 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 131 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.05 |
| HSL | 140.12º | 0.87% | 0.62% | - |
| HSV(B) | 140.12º | 0.69% | 0.95% | - |
| XYZ | 38.75 | 66.64 | 32.29 | - |
| YUV | 179.41 | 100.67 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 131 | 0.69 | 0 | 0.46 | 0.05 | 140.12 | 0.87 | 0.62 |
| Hex | 4B | F2 | 83 | 45 | 0 | 2E | 5 | 8C | 57 | 3E |
| Octal | 113 | 362 | 203 | 105 | 0 | 56 | 5 | 214 | 127 | 76 |
| Binary | 1001011 | 11110010 | 10000011 | 1000101 | 0 | 101110 | 101 | 10001100 | 1010111 | 111110 |
Color Harmonies of #4BF283
Complementary color
Monochromatic Colors of #4BF283
Black with #4BF283
Text Example
Text Example
White with #4BF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF283; }
p { color: rgb(75,242,131); }
H1.HeaderClassName
{
color: #4BF283;
}
.AnyTagClassName
{
color: #4BF283;
}
</style>
background-color css
<style>
a { background-color: #4BF283; }
a { background-color: rgb(75,242,131); }
div.DivClassName
{
background-color: #4BF283;
}
.BgClassName
{
background-color: #4BF283;
}
</style>
border-color css
<style>
span { border-color: #4BF283; }
span { border-color: rgb(75,242,131); }
td.TdClassName
{
border-color: #4BF283;
}
.TagClassName
{
border-color: #4BF283;
}
</style>