Html Css Color HEX #5EF38D Pastel Green

📋 copy color: '#5EF38D'

red 94 ◦ green 243 ◦ blue 141

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

Shades of Pastel Green #5EF38D

Tints of Pastel Green #5EF38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.84%

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 19.67%
G = 50.84%
B = 29.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#5EF38D (or 0x5EF38D) is known color: Pastel Green. HEX triplet: 5E, F3 and 8D. RGB value is (94,243,141). Sum of RGB (Red+Green+Blue) = 94+243+141=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #5EF38D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF38D is #A10C72. Grayscale: #BBBBBB. Windows color (decimal): -10554483 or 9302878. OLE color: 9302878.

HSL color Cylindrical-coordinate representation of color #5EF38D: hue angle of 138.93º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF38D is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 243 141 -
CMYK 0.61 0 0.42 0.05
HSL 138.93º 0.86% 0.66% -
HSV(B) 138.93º 0.61% 0.95% -
XYZ 41.47 68.4 36.22 -
YUV 186.82 102.14 61.79 -
System Red Green Blue C M Y K H S L
Decimal 94 243 141 0.61 0 0.42 0.05 138.93 0.86 0.66
Hex 5E F3 8D 3D 0 2A 5 8B 56 42
Octal 136 363 215 75 0 52 5 213 126 102
Binary 1011110 11110011 10001101 111101 0 101010 101 10001011 1010110 1000010

Color Harmonies of #5EF38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF38D

Black with #5EF38D

Text Example


Text Example

White with #5EF38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,243,141); }

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

background-color css

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

 a { background-color: rgb(94,243,141); }

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

border-color css

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

 span { border-color: rgb(94,243,141); }

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