#4BD26C

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

Shades of Emerald #4BD26C

Tints of Emerald #4BD26C

Color information

#4BD26C (or 0x4BD26C) is unknown color: approx Emerald. HEX triplet: 4B, D2 and 6C. RGB value is (75,210,108). Sum of RGB (Red+Green+Blue) = 75+210+108=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #4BD26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD26C is #B42D93. Grayscale: #9E9E9E. Windows color (decimal): -11808148 or 7131723. OLE color: 7131723.

HSL color Cylindrical-coordinate representation of color #4BD26C: hue angle of 134.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD26C is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB75210108-
CMYK0.6400.490.18
HSL134.67º60%55.88%-
HSV(B)134.67º64.29%82.35%-
XYZ28.6648.6722.07-
YUV158.0199.7768.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.08%
GREEN value IS 210 (82.42% from 255) = 53.44%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=19.08%
G=53.44%
B=27.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752101080.6400.490.18134.676055.88
Hex4BD26C4003112873c38
Octal113322154100061222077470
Binary1001011110100101101100100000001100011001010000111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,210,108); }

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

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

 a { background-color: rgb(75,210,108); }

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

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

 span { border-color: rgb(75,210,108); }

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