#4BD668

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

Shades of Emerald #4BD668

Tints of Emerald #4BD668

Color information

#4BD668 (or 0x4BD668) is unknown color: approx Emerald. HEX triplet: 4B, D6 and 68. RGB value is (75,214,104). Sum of RGB (Red+Green+Blue) = 75+214+104=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD668 is #B42997. Grayscale: #A0A0A0. Windows color (decimal): -11807128 or 6870603. OLE color: 6870603.

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

Color convert

RGB75214104-
CMYK0.6500.510.16
HSL132.52º62.9%56.67%-
HSV(B)132.52º64.95%83.92%-
XYZ29.4550.5921.31-
YUV159.996.4567.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.08%
GREEN value IS 214 (83.98% from 255) = 54.45%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=19.08%
G=54.45%
B=26.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal752141040.6500.510.16132.5262.956.67
Hex4BD6684103310853f39
Octal113326150101063202057771
Binary1001011110101101101000100000101100111000010000101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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