#4BD25A

Color #4BD25A Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4BD25A

Tints of Emerald #4BD25A

Color information

#4BD25A (or 0x4BD25A) is unknown color: approx Emerald. HEX triplet: 4B, D2 and 5A. RGB value is (75,210,90). Sum of RGB (Red+Green+Blue) = 75+210+90=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD25A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD25A is #B42DA5. Grayscale: #9C9C9C. Windows color (decimal): -11808166 or 5952075. OLE color: 5952075.

HSL color Cylindrical-coordinate representation of color #4BD25A: hue angle of 126.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD25A is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB7521090-
CMYK0.6400.570.18
HSL126.67º60%55.88%-
HSV(B)126.67º64.29%82.35%-
XYZ27.7948.3317.54-
YUV155.9590.7770.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 210 (82.42% from 255) = 56%
BLUE value IS 90 (35.55% from 255) = 24%
R=20%
G=56%
B=24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal75210900.6400.570.18126.676055.88
Hex4BD25A40039127f3c38
Octal113322132100071221777470
Binary100101111010010101101010000000111001100101111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BD25A; }

 p { color: rgb(75,210,90); }

 H1.HeaderClassName
 {
   color: #4BD25A;
 }
 .AnyTagClassName
 {
   color: #4BD25A;
 }
</style>
background-color css

<style>
 a { background-color: #4BD25A; }

 a { background-color: rgb(75,210,90); }

 div.DivClassName
 {
   background-color: #4BD25A;
 }
 .BgClassName
 {
   background-color: #4BD25A;
 }
</style>
border-color css

<style>
 span { border-color: #4BD25A; }

 span { border-color: rgb(75,210,90); }

 td.TdClassName
 {
   border-color: #4BD25A;
 }
 .TagClassName
 {
   border-color: #4BD25A;
 }
</style>