Html Css Color HEX #5FCB7F Emerald

📋 copy color: '#5FCB7F'

red 95 ◦ green 203 ◦ blue 127

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

Shades of Emerald #5FCB7F

Tints of Emerald #5FCB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.76%

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

R = 22.35%
G = 47.76%
B = 29.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#5FCB7F (or 0x5FCB7F) is known color: Emerald. HEX triplet: 5F, CB and 7F. RGB value is (95,203,127). Sum of RGB (Red+Green+Blue) = 95+203+127=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCB7F is #A03480. Grayscale: #A2A2A2. Windows color (decimal): -10499201 or 8375135. OLE color: 8375135.

HSL color Cylindrical-coordinate representation of color #5FCB7F: hue angle of 137.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCB7F is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 203 127 -
CMYK 0.53 0 0.37 0.20
HSL 137.78º 0.51% 0.58% -
HSV(B) 137.78º 0.53% 0.8% -
XYZ 29.91 46.68 27.51 -
YUV 162.04 108.22 80.18 -
System Red Green Blue C M Y K H S L
Decimal 95 203 127 0.53 0 0.37 0.20 137.78 0.51 0.58
Hex 5F CB 7F 35 0 25 14 8A 33 3A
Octal 137 313 177 65 0 45 24 212 63 72
Binary 1011111 11001011 1111111 110101 0 100101 10100 10001010 110011 111010

Color Harmonies of #5FCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCB7F

Black with #5FCB7F

Text Example


Text Example

White with #5FCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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