Html Css Color HEX #5FC07D Emerald

📋 copy color: '#5FC07D'

red 95 ◦ green 192 ◦ blue 125

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

Shades of Emerald #5FC07D

Tints of Emerald #5FC07D

RGB

 RED value IS 95 (37.5% from 255) = 23.06%

 GREEN value IS 192 (75.39% from 255) = 46.6%

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

R = 23.06%
G = 46.6%
B = 30.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#5FC07D (or 0x5FC07D) is known color: Emerald. HEX triplet: 5F, C0 and 7D. RGB value is (95,192,125). Sum of RGB (Red+Green+Blue) = 95+192+125=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC07D is #A03F82. Grayscale: #9B9B9B. Windows color (decimal): -10502019 or 8241247. OLE color: 8241247.

HSL color Cylindrical-coordinate representation of color #5FC07D: hue angle of 138.56º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC07D is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 192 125 -
CMYK 0.51 0 0.35 0.25
HSL 138.56º 0.43% 0.56% -
HSV(B) 138.56º 0.51% 0.75% -
XYZ 27.27 41.61 26 -
YUV 155.36 110.86 84.95 -
System Red Green Blue C M Y K H S L
Decimal 95 192 125 0.51 0 0.35 0.25 138.56 0.43 0.56
Hex 5F C0 7D 33 0 23 19 8B 2B 38
Octal 137 300 175 63 0 43 31 213 53 70
Binary 1011111 11000000 1111101 110011 0 100011 11001 10001011 101011 111000

Color Harmonies of #5FC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC07D

Black with #5FC07D

Text Example


Text Example

White with #5FC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,192,125); }

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

background-color css

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

 a { background-color: rgb(95,192,125); }

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

border-color css

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

 span { border-color: rgb(95,192,125); }

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