Html Css Color HEX #5FEB86 Pastel Green

📋 copy color: '#5FEB86'

red 95 ◦ green 235 ◦ blue 134

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

Shades of Pastel Green #5FEB86

Tints of Pastel Green #5FEB86

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.65%

 BLUE value IS 134 (52.73% from 255) = 28.88%

R = 20.47%
G = 50.65%
B = 28.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#5FEB86 (or 0x5FEB86) is known color: Pastel Green. HEX triplet: 5F, EB and 86. RGB value is (95,235,134). Sum of RGB (Red+Green+Blue) = 95+235+134=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #5FEB86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FEB86 is #A01479. Grayscale: #B5B5B5. Windows color (decimal): -10491002 or 8842079. OLE color: 8842079.

HSL color Cylindrical-coordinate representation of color #5FEB86: hue angle of 136.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEB86 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 235 134 -
CMYK 0.60 0 0.43 0.08
HSL 136.71º 0.78% 0.65% -
HSV(B) 136.71º 0.6% 0.92% -
XYZ 38.73 63.57 32.78 -
YUV 181.63 101.12 66.21 -
System Red Green Blue C M Y K H S L
Decimal 95 235 134 0.60 0 0.43 0.08 136.71 0.78 0.65
Hex 5F EB 86 3C 0 2B 8 89 4E 41
Octal 137 353 206 74 0 53 10 211 116 101
Binary 1011111 11101011 10000110 111100 0 101011 1000 10001001 1001110 1000001

Color Harmonies of #5FEB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEB86

Black with #5FEB86

Text Example


Text Example

White with #5FEB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,235,134); }

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

background-color css

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

 a { background-color: rgb(95,235,134); }

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

border-color css

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

 span { border-color: rgb(95,235,134); }

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