Html Css Color HEX #05FEC0 Medium Spring Green

📋 copy color: '#05FEC0'

red 5 ◦ green 254 ◦ blue 192

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

Shades of Medium Spring Green #05FEC0

Tints of Medium Spring Green #05FEC0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.32%

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 1.11%
G = 56.32%
B = 42.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#05FEC0 (or 0x05FEC0) is known color: Medium Spring Green. HEX triplet: 05, FE and C0. RGB value is (5,254,192). Sum of RGB (Red+Green+Blue) = 5+254+192=451 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #05FEC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FEC0 is #FA013F. Grayscale: #ACACAC. Windows color (decimal): -16384320 or 12647941. OLE color: 12647941.

HSL color Cylindrical-coordinate representation of color #05FEC0: hue angle of 165.06º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FEC0 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 5 254 192 -
CMYK 0.98 0 0.24 0.00
HSL 165.06º 0.99% 0.51% -
HSV(B) 165.06º 0.98% 1% -
XYZ 45.02 74.72 61.92 -
YUV 172.48 139.01 8.54 -
System Red Green Blue C M Y K H S L
Decimal 5 254 192 0.98 0 0.24 0.00 165.06 0.99 0.51
Hex 5 FE C0 62 0 18 0 A5 63 33
Octal 5 376 300 142 0 30 0 245 143 63
Binary 101 11111110 11000000 1100010 0 11000 0 10100101 1100011 110011

Color Harmonies of #05FEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FEC0

Black with #05FEC0

Text Example


Text Example

White with #05FEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,254,192); }

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

background-color css

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

 a { background-color: rgb(5,254,192); }

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

border-color css

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

 span { border-color: rgb(5,254,192); }

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