Html Css Color HEX #54BF7D Emerald

📋 copy color: '#54BF7D'

red 84 ◦ green 191 ◦ blue 125

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

Shades of Emerald #54BF7D

Tints of Emerald #54BF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 21%
G = 47.75%
B = 31.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#54BF7D (or 0x54BF7D) is known color: Emerald. HEX triplet: 54, BF and 7D. RGB value is (84,191,125). Sum of RGB (Red+Green+Blue) = 84+191+125=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BF7D is #AB4082. Grayscale: #979797. Windows color (decimal): -11223171 or 8240980. OLE color: 8240980.

HSL color Cylindrical-coordinate representation of color #54BF7D: hue angle of 142.99º 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 #54BF7D is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 191 125 -
CMYK 0.56 0 0.35 0.25
HSL 142.99º 0.46% 0.54% -
HSV(B) 142.99º 0.56% 0.75% -
XYZ 25.99 40.63 25.87 -
YUV 151.48 113.05 79.87 -
System Red Green Blue C M Y K H S L
Decimal 84 191 125 0.56 0 0.35 0.25 142.99 0.46 0.54
Hex 54 BF 7D 38 0 23 19 8F 2E 36
Octal 124 277 175 70 0 43 31 217 56 66
Binary 1010100 10111111 1111101 111000 0 100011 11001 10001111 101110 110110

Color Harmonies of #54BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BF7D

Black with #54BF7D

Text Example


Text Example

White with #54BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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