#4BC65F

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

Shades of Emerald #4BC65F

Tints of Emerald #4BC65F

Color information

#4BC65F (or 0x4BC65F) is unknown color: approx Emerald. HEX triplet: 4B, C6 and 5F. RGB value is (75,198,95). Sum of RGB (Red+Green+Blue) = 75+198+95=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC65F is #B439A0. Grayscale: #959595. Windows color (decimal): -11811233 or 6276683. OLE color: 6276683.

HSL color Cylindrical-coordinate representation of color #4BC65F: hue angle of 129.76º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC65F is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB7519895-
CMYK0.6200.520.22
HSL129.76º51.9%53.53%-
HSV(B)129.76º62.12%77.65%-
XYZ25.1642.7117.74-
YUV149.4897.2574.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 198 (77.73% from 255) = 53.80%
BLUE value IS 95 (37.5% from 255) = 25.82%
R=20.38%
G=53.80%
B=25.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75198950.6200.520.22129.7651.953.53
Hex4BC65F3E03416823436
Octal11330613776064262026466
Binary100101111000110101111111111001101001011010000010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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