Html Css Color HEX #5ED66B Pastel Green

📋 copy color: '#5ED66B'

red 94 ◦ green 214 ◦ blue 107

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

Shades of Pastel Green #5ED66B

Tints of Pastel Green #5ED66B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.57%

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 22.65%
G = 51.57%
B = 25.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#5ED66B (or 0x5ED66B) is known color: Pastel Green. HEX triplet: 5E, D6 and 6B. RGB value is (94,214,107). Sum of RGB (Red+Green+Blue) = 94+214+107=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED66B is #A12994. Grayscale: #A6A6A6. Windows color (decimal): -10561941 or 7067230. OLE color: 7067230.

HSL color Cylindrical-coordinate representation of color #5ED66B: hue angle of 126.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED66B is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 214 107 -
CMYK 0.56 0 0.50 0.16
HSL 126.5º 0.59% 0.6% -
HSV(B) 126.5º 0.56% 0.84% -
XYZ 31.32 51.53 22.21 -
YUV 165.92 94.74 76.7 -
System Red Green Blue C M Y K H S L
Decimal 94 214 107 0.56 0 0.50 0.16 126.5 0.59 0.6
Hex 5E D6 6B 38 0 32 10 7E 3B 3C
Octal 136 326 153 70 0 62 20 176 73 74
Binary 1011110 11010110 1101011 111000 0 110010 10000 1111110 111011 111100

Color Harmonies of #5ED66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED66B

Black with #5ED66B

Text Example


Text Example

White with #5ED66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,214,107); }

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

background-color css

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

 a { background-color: rgb(94,214,107); }

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

border-color css

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

 span { border-color: rgb(94,214,107); }

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