Html Css Color HEX #54BF82 Emerald

📋 copy color: '#54BF82'

red 84 ◦ green 191 ◦ blue 130

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

Shades of Emerald #54BF82

Tints of Emerald #54BF82

RGB

 RED value IS 84 (33.2% from 255) = 20.74%

 GREEN value IS 191 (75% from 255) = 47.16%

 BLUE value IS 130 (51.17% from 255) = 32.1%

R = 20.74%
G = 47.16%
B = 32.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#54BF82 (or 0x54BF82) is known color: Emerald. HEX triplet: 54, BF and 82. RGB value is (84,191,130). Sum of RGB (Red+Green+Blue) = 84+191+130=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BF82 is #AB407D. Grayscale: #989898. Windows color (decimal): -11223166 or 8568660. OLE color: 8568660.

HSL color Cylindrical-coordinate representation of color #54BF82: hue angle of 145.79º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BF82 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 191 130 -
CMYK 0.56 0 0.32 0.25
HSL 145.79º 0.46% 0.54% -
HSV(B) 145.79º 0.56% 0.75% -
XYZ 26.32 40.76 27.6 -
YUV 152.05 115.55 79.46 -
System Red Green Blue C M Y K H S L
Decimal 84 191 130 0.56 0 0.32 0.25 145.79 0.46 0.54
Hex 54 BF 82 38 0 20 19 92 2E 36
Octal 124 277 202 70 0 40 31 222 56 66
Binary 1010100 10111111 10000010 111000 0 100000 11001 10010010 101110 110110

Color Harmonies of #54BF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BF82

Black with #54BF82

Text Example


Text Example

White with #54BF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54BF82; }

 p { color: rgb(84,191,130); }

 H1.HeaderClassName
 {
   color: #54BF82;
 }
 .AnyTagClassName
 {
   color: #54BF82;
 }
</style>

background-color css

<style>
 a { background-color: #54BF82; }

 a { background-color: rgb(84,191,130); }

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

border-color css

<style>
 span { border-color: #54BF82; }

 span { border-color: rgb(84,191,130); }

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