#4BDB81

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

Shades of Emerald #4BDB81

Tints of Emerald #4BDB81

Color information

#4BDB81 (or 0x4BDB81) is unknown color: approx Emerald. HEX triplet: 4B, DB and 81. RGB value is (75,219,129). Sum of RGB (Red+Green+Blue) = 75+219+129=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDB81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDB81 is #B4247E. Grayscale: #A5A5A5. Windows color (decimal): -11805823 or 8510283. OLE color: 8510283.

HSL color Cylindrical-coordinate representation of color #4BDB81: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDB81 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB75219129-
CMYK0.6600.410.14
HSL142.5º66.67%57.65%-
HSV(B)142.5º65.75%85.88%-
XYZ32.253.7429.45-
YUV165.68107.2963.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.73%
GREEN value IS 219 (85.94% from 255) = 51.77%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=17.73%
G=51.77%
B=30.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal752191290.6600.410.14142.566.6757.65
Hex4BDB8142029E8e433a
Octal1133332011020511621610372
Binary10010111101101110000001100001001010011110100011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,219,129); }

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

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

 a { background-color: rgb(75,219,129); }

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

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

 span { border-color: rgb(75,219,129); }

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