Html Css Color HEX #5FC875 Emerald

📋 copy color: '#5FC875'

red 95 ◦ green 200 ◦ blue 117

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

Shades of Emerald #5FC875

Tints of Emerald #5FC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 23.06%
G = 48.54%
B = 28.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#5FC875 (or 0x5FC875) is known color: Emerald. HEX triplet: 5F, C8 and 75. RGB value is (95,200,117). Sum of RGB (Red+Green+Blue) = 95+200+117=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC875 is #A0378A. Grayscale: #9F9F9F. Windows color (decimal): -10499979 or 7719007. OLE color: 7719007.

HSL color Cylindrical-coordinate representation of color #5FC875: hue angle of 132.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC875 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 200 117 -
CMYK 0.52 0 0.42 0.22
HSL 132.57º 0.49% 0.58% -
HSV(B) 132.57º 0.53% 0.78% -
XYZ 28.58 45.03 24.01 -
YUV 159.14 104.21 82.25 -
System Red Green Blue C M Y K H S L
Decimal 95 200 117 0.52 0 0.42 0.22 132.57 0.49 0.58
Hex 5F C8 75 34 0 2A 16 85 31 3A
Octal 137 310 165 64 0 52 26 205 61 72
Binary 1011111 11001000 1110101 110100 0 101010 10110 10000101 110001 111010

Color Harmonies of #5FC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC875

Black with #5FC875

Text Example


Text Example

White with #5FC875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,200,117); }

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

background-color css

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

 a { background-color: rgb(95,200,117); }

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

border-color css

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

 span { border-color: rgb(95,200,117); }

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