Html Css Color HEX #5FC07F Emerald

📋 copy color: '#5FC07F'

red 95 ◦ green 192 ◦ blue 127

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

Shades of Emerald #5FC07F

Tints of Emerald #5FC07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.68%

R = 22.95%
G = 46.38%
B = 30.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#5FC07F (or 0x5FC07F) is known color: Emerald. HEX triplet: 5F, C0 and 7F. RGB value is (95,192,127). Sum of RGB (Red+Green+Blue) = 95+192+127=414 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.95% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC07F is #A03F80. Grayscale: #9B9B9B. Windows color (decimal): -10502017 or 8372319. OLE color: 8372319.

HSL color Cylindrical-coordinate representation of color #5FC07F: hue angle of 139.79º 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 #5FC07F is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 192 127 -
CMYK 0.51 0 0.34 0.25
HSL 139.79º 0.43% 0.56% -
HSV(B) 139.79º 0.51% 0.75% -
XYZ 27.4 41.66 26.68 -
YUV 155.59 111.86 84.79 -
System Red Green Blue C M Y K H S L
Decimal 95 192 127 0.51 0 0.34 0.25 139.79 0.43 0.56
Hex 5F C0 7F 33 0 22 19 8C 2B 38
Octal 137 300 177 63 0 42 31 214 53 70
Binary 1011111 11000000 1111111 110011 0 100010 11001 10001100 101011 111000

Color Harmonies of #5FC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC07F

Black with #5FC07F

Text Example


Text Example

White with #5FC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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