#4BD65A

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

Shades of Emerald #4BD65A

Tints of Emerald #4BD65A

Color information

#4BD65A (or 0x4BD65A) is unknown color: approx Emerald. HEX triplet: 4B, D6 and 5A. RGB value is (75,214,90). Sum of RGB (Red+Green+Blue) = 75+214+90=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD65A is #B429A5. Grayscale: #9E9E9E. Windows color (decimal): -11807142 or 5953099. OLE color: 5953099.

HSL color Cylindrical-coordinate representation of color #4BD65A: hue angle of 126.47º degrees, saturation: 0.63, 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 #4BD65A is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB7521490-
CMYK0.6500.580.16
HSL126.47º62.9%56.67%-
HSV(B)126.47º64.95%83.92%-
XYZ28.7950.3317.87-
YUV158.389.4568.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.79%
GREEN value IS 214 (83.98% from 255) = 56.46%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=19.79%
G=56.46%
B=23.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75214900.6500.580.16126.4762.956.67
Hex4BD65A4103A107e3f39
Octal113326132101072201767771
Binary100101111010110101101010000010111010100001111110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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