#4BDF65

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

Shades of Emerald #4BDF65

Tints of Emerald #4BDF65

Color information

#4BDF65 (or 0x4BDF65) is unknown color: approx Emerald. HEX triplet: 4B, DF and 65. RGB value is (75,223,101). Sum of RGB (Red+Green+Blue) = 75+223+101=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDF65 is #B4209A. Grayscale: #A5A5A5. Windows color (decimal): -11804827 or 6676299. OLE color: 6676299.

HSL color Cylindrical-coordinate representation of color #4BDF65: hue angle of 130.54º 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 #4BDF65 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB75223101-
CMYK0.6600.550.13
HSL130.54º69.81%58.43%-
HSV(B)130.54º66.37%87.45%-
XYZ31.6455.2121.3-
YUV164.8491.9763.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.80%
GREEN value IS 223 (87.5% from 255) = 55.89%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=18.80%
G=55.89%
B=25.31%

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
Decimal752231010.6600.550.13130.5469.8158.43
Hex4BDF6542037D83463a
Octal1133371451020671520310672
Binary1001011110111111100101100001001101111101100000111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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