Html Css Color HEX #5ACF7D Emerald

📋 copy color: '#5ACF7D'

red 90 ◦ green 207 ◦ blue 125

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

Shades of Emerald #5ACF7D

Tints of Emerald #5ACF7D

RGB

 RED value IS 90 (35.55% from 255) = 21.33%

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

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

R = 21.33%
G = 49.05%
B = 29.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#5ACF7D (or 0x5ACF7D) is known color: Emerald. HEX triplet: 5A, CF and 7D. RGB value is (90,207,125). Sum of RGB (Red+Green+Blue) = 90+207+125=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACF7D is #A53082. Grayscale: #A2A2A2. Windows color (decimal): -10825859 or 8245082. OLE color: 8245082.

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

Color convert

RGB 90 207 125 -
CMYK 0.57 0 0.40 0.19
HSL 137.95º 0.55% 0.58% -
HSV(B) 137.95º 0.57% 0.81% -
XYZ 30.23 48.28 27.13 -
YUV 162.67 106.74 76.17 -
System Red Green Blue C M Y K H S L
Decimal 90 207 125 0.57 0 0.40 0.19 137.95 0.55 0.58
Hex 5A CF 7D 39 0 28 13 8A 37 3A
Octal 132 317 175 71 0 50 23 212 67 72
Binary 1011010 11001111 1111101 111001 0 101000 10011 10001010 110111 111010

Color Harmonies of #5ACF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF7D

Black with #5ACF7D

Text Example


Text Example

White with #5ACF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ACF7D; }

 p { color: rgb(90,207,125); }

 H1.HeaderClassName
 {
   color: #5ACF7D;
 }
 .AnyTagClassName
 {
   color: #5ACF7D;
 }
</style>

background-color css

<style>
 a { background-color: #5ACF7D; }

 a { background-color: rgb(90,207,125); }

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

border-color css

<style>
 span { border-color: #5ACF7D; }

 span { border-color: rgb(90,207,125); }

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