Html Css Color HEX #4BCF86 Emerald

📋 copy color: '#4BCF86'

red 75 ◦ green 207 ◦ blue 134

#4BCF86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #4BCF86

Tints of Emerald #4BCF86

RGB

 RED value IS 75 (29.69% from 255) = 18.03%

 GREEN value IS 207 (81.25% from 255) = 49.76%

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 18.03%
G = 49.76%
B = 32.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#4BCF86 (or 0x4BCF86) is known color: Emerald. HEX triplet: 4B, CF and 86. RGB value is (75,207,134). Sum of RGB (Red+Green+Blue) = 75+207+134=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCF86 is #B43079. Grayscale: #9F9F9F. Windows color (decimal): -11808890 or 8834891. OLE color: 8834891.

HSL color Cylindrical-coordinate representation of color #4BCF86: hue angle of 146.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCF86 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 134 -
CMYK 0.64 0 0.35 0.19
HSL 146.82º 0.58% 0.55% -
HSV(B) 146.82º 0.64% 0.81% -
XYZ 29.52 47.84 30.23 -
YUV 159.21 113.77 67.94 -
System Red Green Blue C M Y K H S L
Decimal 75 207 134 0.64 0 0.35 0.19 146.82 0.58 0.55
Hex 4B CF 86 40 0 23 13 93 3A 37
Octal 113 317 206 100 0 43 23 223 72 67
Binary 1001011 11001111 10000110 1000000 0 100011 10011 10010011 111010 110111

Color Harmonies of #4BCF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCF86

Black with #4BCF86

Text Example


Text Example

White with #4BCF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,207,134); }

 H1.HeaderClassName
 {
   color: #4BCF86;
 }
 .AnyTagClassName
 {
   color: #4BCF86;
 }
</style>

background-color css

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

 a { background-color: rgb(75,207,134); }

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

border-color css

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

 span { border-color: rgb(75,207,134); }

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