Html Css Color HEX #4CBE86 Emerald

📋 copy color: '#4CBE86'

red 76 ◦ green 190 ◦ blue 134

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

Shades of Emerald #4CBE86

Tints of Emerald #4CBE86

RGB

 RED value IS 76 (30.08% from 255) = 19%

 GREEN value IS 190 (74.61% from 255) = 47.5%

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

R = 19%
G = 47.5%
B = 33.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#4CBE86 (or 0x4CBE86) is known color: Emerald. HEX triplet: 4C, BE and 86. RGB value is (76,190,134). Sum of RGB (Red+Green+Blue) = 76+190+134=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBE86 is #B34179. Grayscale: #959595. Windows color (decimal): -11747706 or 8830540. OLE color: 8830540.

HSL color Cylindrical-coordinate representation of color #4CBE86: hue angle of 150.53º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBE86 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 190 134 -
CMYK 0.60 0 0.29 0.25
HSL 150.53º 0.47% 0.52% -
HSV(B) 150.53º 0.6% 0.75% -
XYZ 25.7 40.08 28.94 -
YUV 149.53 119.23 75.55 -
System Red Green Blue C M Y K H S L
Decimal 76 190 134 0.60 0 0.29 0.25 150.53 0.47 0.52
Hex 4C BE 86 3C 0 1D 19 97 2F 34
Octal 114 276 206 74 0 35 31 227 57 64
Binary 1001100 10111110 10000110 111100 0 11101 11001 10010111 101111 110100

Color Harmonies of #4CBE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBE86

Black with #4CBE86

Text Example


Text Example

White with #4CBE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,190,134); }

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

background-color css

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

 a { background-color: rgb(76,190,134); }

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

border-color css

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

 span { border-color: rgb(76,190,134); }

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