Html Css Color HEX #5FD86A Pastel Green

📋 copy color: '#5FD86A'

red 95 ◦ green 216 ◦ blue 106

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

Shades of Pastel Green #5FD86A

Tints of Pastel Green #5FD86A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.8%

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 22.78%
G = 51.8%
B = 25.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#5FD86A (or 0x5FD86A) is known color: Pastel Green. HEX triplet: 5F, D8 and 6A. RGB value is (95,216,106). Sum of RGB (Red+Green+Blue) = 95+216+106=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD86A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD86A is #A02795. Grayscale: #A7A7A7. Windows color (decimal): -10495894 or 7002207. OLE color: 7002207.

HSL color Cylindrical-coordinate representation of color #5FD86A: hue angle of 125.45º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD86A is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 216 106 -
CMYK 0.56 0 0.51 0.15
HSL 125.45º 0.61% 0.61% -
HSV(B) 125.45º 0.56% 0.85% -
XYZ 31.88 52.59 22.11 -
YUV 167.28 93.41 76.44 -
System Red Green Blue C M Y K H S L
Decimal 95 216 106 0.56 0 0.51 0.15 125.45 0.61 0.61
Hex 5F D8 6A 38 0 33 F 7D 3D 3D
Octal 137 330 152 70 0 63 17 175 75 75
Binary 1011111 11011000 1101010 111000 0 110011 1111 1111101 111101 111101

Color Harmonies of #5FD86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD86A

Black with #5FD86A

Text Example


Text Example

White with #5FD86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,216,106); }

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

background-color css

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

 a { background-color: rgb(95,216,106); }

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

border-color css

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

 span { border-color: rgb(95,216,106); }

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