#4BF27B

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

Shades of Emerald #4BF27B

Tints of Emerald #4BF27B

Color information

#4BF27B (or 0x4BF27B) is unknown color: approx Emerald. HEX triplet: 4B, F2 and 7B. RGB value is (75,242,123). Sum of RGB (Red+Green+Blue) = 75+242+123=440 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.05% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF27B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BF27B is #B40D84. Grayscale: #B2B2B2. Windows color (decimal): -11799941 or 8122955. OLE color: 8122955.

HSL color Cylindrical-coordinate representation of color #4BF27B: hue angle of 137.25º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF27B is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB75242123-
CMYK0.6900.490.05
HSL137.25º86.53%62.16%-
HSV(B)137.25º69.01%94.9%-
XYZ38.2366.4329.55-
YUV178.596.6754.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.05%
GREEN value IS 242 (94.92% from 255) = 55%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=17.05%
G=55%
B=27.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752421230.6900.490.05137.2586.5362.16
Hex4BF27B45031589573e
Octal113362173105061521112776
Binary100101111110010111101110001010110001101100010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,242,123); }

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

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

 a { background-color: rgb(75,242,123); }

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

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

 span { border-color: rgb(75,242,123); }

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