Html Css Color HEX #05E495 Medium Spring Green

📋 copy color: '#05E495'

red 5 ◦ green 228 ◦ blue 149

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

Shades of Medium Spring Green #05E495

Tints of Medium Spring Green #05E495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 59.69%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 1.31%
G = 59.69%
B = 39.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#05E495 (or 0x05E495) is known color: Medium Spring Green. HEX triplet: 05, E4 and 95. RGB value is (5,228,149). Sum of RGB (Red+Green+Blue) = 5+228+149=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 228 (89.45% from 255 or 59.69% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 228 - color contains mainly: green. Hex color #05E495 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E495 is #FA1B6A. Grayscale: #989898. Windows color (decimal): -16391019 or 9823237. OLE color: 9823237.

HSL color Cylindrical-coordinate representation of color #05E495: hue angle of 158.74º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E495 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 228 149 -
CMYK 0.98 0 0.35 0.11
HSL 158.74º 0.96% 0.46% -
HSV(B) 158.74º 0.98% 0.89% -
XYZ 33.23 57.69 37.82 -
YUV 152.32 126.12 22.92 -
System Red Green Blue C M Y K H S L
Decimal 5 228 149 0.98 0 0.35 0.11 158.74 0.96 0.46
Hex 5 E4 95 62 0 23 B 9F 60 2E
Octal 5 344 225 142 0 43 13 237 140 56
Binary 101 11100100 10010101 1100010 0 100011 1011 10011111 1100000 101110

Color Harmonies of #05E495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E495

Black with #05E495

Text Example


Text Example

White with #05E495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,228,149); }

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

background-color css

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

 a { background-color: rgb(5,228,149); }

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

border-color css

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

 span { border-color: rgb(5,228,149); }

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