#4BC25F

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

Shades of Emerald #4BC25F

Tints of Emerald #4BC25F

Color information

#4BC25F (or 0x4BC25F) is unknown color: approx Emerald. HEX triplet: 4B, C2 and 5F. RGB value is (75,194,95). Sum of RGB (Red+Green+Blue) = 75+194+95=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC25F is #B43DA0. Grayscale: #939393. Windows color (decimal): -11812257 or 6275659. OLE color: 6275659.

HSL color Cylindrical-coordinate representation of color #4BC25F: hue angle of 130.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC25F is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB7519495-
CMYK0.6100.510.24
HSL130.08º49.38%52.75%-
HSV(B)130.08º61.34%76.08%-
XYZ24.2640.9117.44-
YUV147.1398.5876.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.60%
GREEN value IS 194 (76.17% from 255) = 53.30%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=20.60%
G=53.30%
B=26.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal75194950.6100.510.24130.0849.3852.75
Hex4BC25F3D03318823135
Octal11330213775063302026165
Binary100101111000010101111111110101100111100010000010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,194,95); }

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

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

 a { background-color: rgb(75,194,95); }

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

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

 span { border-color: rgb(75,194,95); }

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