Html Css Color HEX #5FD85D Pastel Green

📋 copy color: '#5FD85D'

red 95 ◦ green 216 ◦ blue 93

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

Shades of Pastel Green #5FD85D

Tints of Pastel Green #5FD85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 23.51%
G = 53.47%
B = 23.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#5FD85D (or 0x5FD85D) is known color: Pastel Green. HEX triplet: 5F, D8 and 5D. RGB value is (95,216,93). Sum of RGB (Red+Green+Blue) = 95+216+93=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD85D is #A027A2. Grayscale: #A6A6A6. Windows color (decimal): -10495907 or 6150239. OLE color: 6150239.

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

Color convert

RGB 95 216 93 -
CMYK 0.56 0 0.57 0.15
HSL 119.02º 0.61% 0.61% -
HSV(B) 119.02º 0.57% 0.85% -
XYZ 31.25 52.33 18.81 -
YUV 165.8 86.91 77.5 -
System Red Green Blue C M Y K H S L
Decimal 95 216 93 0.56 0 0.57 0.15 119.02 0.61 0.61
Hex 5F D8 5D 38 0 39 F 77 3D 3D
Octal 137 330 135 70 0 71 17 167 75 75
Binary 1011111 11011000 1011101 111000 0 111001 1111 1110111 111101 111101

Color Harmonies of #5FD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD85D

Black with #5FD85D

Text Example


Text Example

White with #5FD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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