Html Css Color HEX #05EFA8 Medium Spring Green

📋 copy color: '#05EFA8'

red 5 ◦ green 239 ◦ blue 168

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

Shades of Medium Spring Green #05EFA8

Tints of Medium Spring Green #05EFA8

RGB

 RED value IS 5 (2.34% from 255) = 1.21%

 GREEN value IS 239 (93.75% from 255) = 58.01%

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 1.21%
G = 58.01%
B = 40.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#05EFA8 (or 0x05EFA8) is known color: Medium Spring Green. HEX triplet: 05, EF and A8. RGB value is (5,239,168). Sum of RGB (Red+Green+Blue) = 5+239+168=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05EFA8 is #FA1057. Grayscale: #A0A0A0. Windows color (decimal): -16388184 or 11071237. OLE color: 11071237.

HSL color Cylindrical-coordinate representation of color #05EFA8: hue angle of 161.79º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EFA8 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 239 168 -
CMYK 0.98 0 0.30 0.06
HSL 161.79º 0.96% 0.48% -
HSV(B) 161.79º 0.98% 0.94% -
XYZ 38 64.59 47.51 -
YUV 160.94 131.98 16.77 -
System Red Green Blue C M Y K H S L
Decimal 5 239 168 0.98 0 0.30 0.06 161.79 0.96 0.48
Hex 5 EF A8 62 0 1E 6 A2 60 30
Octal 5 357 250 142 0 36 6 242 140 60
Binary 101 11101111 10101000 1100010 0 11110 110 10100010 1100000 110000

Color Harmonies of #05EFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EFA8

Black with #05EFA8

Text Example


Text Example

White with #05EFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05EFA8; }

 p { color: rgb(5,239,168); }

 H1.HeaderClassName
 {
   color: #05EFA8;
 }
 .AnyTagClassName
 {
   color: #05EFA8;
 }
</style>

background-color css

<style>
 a { background-color: #05EFA8; }

 a { background-color: rgb(5,239,168); }

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

border-color css

<style>
 span { border-color: #05EFA8; }

 span { border-color: rgb(5,239,168); }

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