Html Css Color HEX #5EF08C Pastel Green

📋 copy color: '#5EF08C'

red 94 ◦ green 240 ◦ blue 140

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

Shades of Pastel Green #5EF08C

Tints of Pastel Green #5EF08C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.63%

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 19.83%
G = 50.63%
B = 29.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#5EF08C (or 0x5EF08C) is known color: Pastel Green. HEX triplet: 5E, F0 and 8C. RGB value is (94,240,140). Sum of RGB (Red+Green+Blue) = 94+240+140=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #5EF08C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF08C is #A10F73. Grayscale: #B9B9B9. Windows color (decimal): -10555252 or 9236574. OLE color: 9236574.

HSL color Cylindrical-coordinate representation of color #5EF08C: hue angle of 138.9º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF08C is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 240 140 -
CMYK 0.61 0 0.42 0.06
HSL 138.9º 0.83% 0.65% -
HSV(B) 138.9º 0.61% 0.94% -
XYZ 40.51 66.59 35.53 -
YUV 184.95 102.63 63.13 -
System Red Green Blue C M Y K H S L
Decimal 94 240 140 0.61 0 0.42 0.06 138.9 0.83 0.65
Hex 5E F0 8C 3D 0 2A 6 8B 53 41
Octal 136 360 214 75 0 52 6 213 123 101
Binary 1011110 11110000 10001100 111101 0 101010 110 10001011 1010011 1000001

Color Harmonies of #5EF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EF08C

Black with #5EF08C

Text Example


Text Example

White with #5EF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,240,140); }

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

background-color css

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

 a { background-color: rgb(94,240,140); }

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

border-color css

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

 span { border-color: rgb(94,240,140); }

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