#4BD655

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

Shades of Emerald #4BD655

Tints of Emerald #4BD655

Color information

#4BD655 (or 0x4BD655) is unknown color: approx Emerald. HEX triplet: 4B, D6 and 55. RGB value is (75,214,85). Sum of RGB (Red+Green+Blue) = 75+214+85=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD655 is #B429AA. Grayscale: #9E9E9E. Windows color (decimal): -11807147 or 5625419. OLE color: 5625419.

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

Color convert

RGB7521485-
CMYK0.6500.600.16
HSL124.32º62.9%56.67%-
HSV(B)124.32º64.95%83.92%-
XYZ28.5950.2416.79-
YUV157.7386.9568.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 214 (83.98% from 255) = 57.22%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=20.05%
G=57.22%
B=22.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal75214850.6500.600.16124.3262.956.67
Hex4BD6554103C107c3f39
Octal113326125101074201747771
Binary100101111010110101010110000010111100100001111100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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