#4BD75C

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

Shades of Emerald #4BD75C

Tints of Emerald #4BD75C

Color information

#4BD75C (or 0x4BD75C) is unknown color: approx Emerald. HEX triplet: 4B, D7 and 5C. RGB value is (75,215,92). Sum of RGB (Red+Green+Blue) = 75+215+92=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD75C is #B428A3. Grayscale: #9F9F9F. Windows color (decimal): -11806884 or 6084427. OLE color: 6084427.

HSL color Cylindrical-coordinate representation of color #4BD75C: hue angle of 127.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD75C is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB7521592-
CMYK0.6500.570.16
HSL127.29º63.64%56.86%-
HSV(B)127.29º65.12%84.31%-
XYZ29.1350.8718.41-
YUV159.1290.1268-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 215 (84.38% from 255) = 56.28%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=19.63%
G=56.28%
B=24.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75215920.6500.570.16127.2963.6456.86
Hex4BD75C41039107f4039
Octal1133271341010712017710071
Binary1001011110101111011100100000101110011000011111111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,215,92); }

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

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

 a { background-color: rgb(75,215,92); }

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

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

 span { border-color: rgb(75,215,92); }

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