Html Css Color HEX #5FD85F Pastel Green

📋 copy color: '#5FD85F'

red 95 ◦ green 216 ◦ blue 95

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

Shades of Pastel Green #5FD85F

Tints of Pastel Green #5FD85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 23.4%
G = 53.2%
B = 23.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#5FD85F (or 0x5FD85F) is known color: Pastel Green. HEX triplet: 5F, D8 and 5F. RGB value is (95,216,95). Sum of RGB (Red+Green+Blue) = 95+216+95=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD85F is #A027A0. Grayscale: #A6A6A6. Windows color (decimal): -10495905 or 6281311. OLE color: 6281311.

HSL color Cylindrical-coordinate representation of color #5FD85F: hue angle of 120º 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 #5FD85F is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 216 95 -
CMYK 0.56 0 0.56 0.15
HSL 120º 0.61% 0.61% -
HSV(B) 120º 0.56% 0.85% -
XYZ 31.34 52.37 19.28 -
YUV 166.03 87.91 77.34 -
System Red Green Blue C M Y K H S L
Decimal 95 216 95 0.56 0 0.56 0.15 120 0.61 0.61
Hex 5F D8 5F 38 0 38 F 78 3D 3D
Octal 137 330 137 70 0 70 17 170 75 75
Binary 1011111 11011000 1011111 111000 0 111000 1111 1111000 111101 111101

Color Harmonies of #5FD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD85F

Black with #5FD85F

Text Example


Text Example

White with #5FD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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