#4BBF6B

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

Shades of Emerald #4BBF6B

Tints of Emerald #4BBF6B

Color information

#4BBF6B (or 0x4BBF6B) is unknown color: approx Emerald. HEX triplet: 4B, BF and 6B. RGB value is (75,191,107). Sum of RGB (Red+Green+Blue) = 75+191+107=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBF6B is #B44094. Grayscale: #929292. Windows color (decimal): -11813013 or 7061323. OLE color: 7061323.

HSL color Cylindrical-coordinate representation of color #4BBF6B: hue angle of 136.55º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBF6B is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB75191107-
CMYK0.6100.440.25
HSL136.55º47.54%52.16%-
HSV(B)136.55º60.73%74.9%-
XYZ24.1939.8220.32-
YUV146.74105.5776.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=20.11%
G=51.21%
B=28.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751911070.6100.440.25136.5547.5452.16
Hex4BBF6B3D02C19893034
Octal11327715375054312116064
Binary100101110111111110101111110101011001100110001001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,191,107); }

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

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

 a { background-color: rgb(75,191,107); }

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

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

 span { border-color: rgb(75,191,107); }

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