#4BDF64

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

Shades of Emerald #4BDF64

Tints of Emerald #4BDF64

Color information

#4BDF64 (or 0x4BDF64) is unknown color: approx Emerald. HEX triplet: 4B, DF and 64. RGB value is (75,223,100). Sum of RGB (Red+Green+Blue) = 75+223+100=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF64 is #B4209B. Grayscale: #A5A5A5. Windows color (decimal): -11804828 or 6610763. OLE color: 6610763.

HSL color Cylindrical-coordinate representation of color #4BDF64: hue angle of 130.14º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDF64 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB75223100-
CMYK0.6600.550.13
HSL130.14º69.81%58.43%-
HSV(B)130.14º66.37%87.45%-
XYZ31.5955.1921.04-
YUV164.7391.4764-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 223 (87.5% from 255) = 56.03%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=18.84%
G=56.03%
B=25.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752231000.6600.550.13130.1469.8158.43
Hex4BDF6442037D82463a
Octal1133371441020671520210672
Binary1001011110111111100100100001001101111101100000101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,223,100); }

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

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

 a { background-color: rgb(75,223,100); }

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

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

 span { border-color: rgb(75,223,100); }

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