Html Css Color HEX #4BCF84 Emerald

📋 copy color: '#4BCF84'

red 75 ◦ green 207 ◦ blue 132

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

Shades of Emerald #4BCF84

Tints of Emerald #4BCF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 18.12%
G = 50%
B = 31.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#4BCF84 (or 0x4BCF84) is known color: Emerald. HEX triplet: 4B, CF and 84. RGB value is (75,207,132). Sum of RGB (Red+Green+Blue) = 75+207+132=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCF84 is #B4307B. Grayscale: #9F9F9F. Windows color (decimal): -11808892 or 8703819. OLE color: 8703819.

HSL color Cylindrical-coordinate representation of color #4BCF84: hue angle of 145.91º 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 #4BCF84 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 207 132 -
CMYK 0.64 0 0.36 0.19
HSL 145.91º 0.58% 0.55% -
HSV(B) 145.91º 0.64% 0.81% -
XYZ 29.38 47.79 29.51 -
YUV 158.98 112.77 68.1 -
System Red Green Blue C M Y K H S L
Decimal 75 207 132 0.64 0 0.36 0.19 145.91 0.58 0.55
Hex 4B CF 84 40 0 24 13 92 3A 37
Octal 113 317 204 100 0 44 23 222 72 67
Binary 1001011 11001111 10000100 1000000 0 100100 10011 10010010 111010 110111

Color Harmonies of #4BCF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCF84

Black with #4BCF84

Text Example


Text Example

White with #4BCF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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