Html Css Color HEX #5ED85C Pastel Green

📋 copy color: '#5ED85C'

red 94 ◦ green 216 ◦ blue 92

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

Shades of Pastel Green #5ED85C

Tints of Pastel Green #5ED85C

RGB

 RED value IS 94 (37.11% from 255) = 23.38%

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

 BLUE value IS 92 (36.33% from 255) = 22.89%

R = 23.38%
G = 53.73%
B = 22.89%

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

#5ED85C (or 0x5ED85C) is known color: Pastel Green. HEX triplet: 5E, D8 and 5C. RGB value is (94,216,92). Sum of RGB (Red+Green+Blue) = 94+216+92=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED85C is #A127A3. Grayscale: #A5A5A5. Windows color (decimal): -10561444 or 6084702. OLE color: 6084702.

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

Color convert

RGB 94 216 92 -
CMYK 0.56 0 0.57 0.15
HSL 119.03º 0.61% 0.6% -
HSV(B) 119.03º 0.57% 0.85% -
XYZ 31.1 52.26 18.57 -
YUV 165.39 86.58 77.08 -
System Red Green Blue C M Y K H S L
Decimal 94 216 92 0.56 0 0.57 0.15 119.03 0.61 0.6
Hex 5E D8 5C 38 0 39 F 77 3D 3C
Octal 136 330 134 70 0 71 17 167 75 74
Binary 1011110 11011000 1011100 111000 0 111001 1111 1110111 111101 111100

Color Harmonies of #5ED85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED85C

Black with #5ED85C

Text Example


Text Example

White with #5ED85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,216,92); }

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

background-color css

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

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

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

border-color css

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

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

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