#05F192

Color #05F192 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #05F192

Tints of Medium Spring Green #05F192

Color information

#05F192 (or 0x05F192) is unknown color: approx Medium Spring Green. HEX triplet: 05, F1 and 92. RGB value is (5,241,146). Sum of RGB (Red+Green+Blue) = 5+241+146=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 241 (94.53% from 255 or 61.48% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 241 - color contains mainly: green. Hex color #05F192 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F192 is #FA0E6D. Grayscale: #9F9F9F. Windows color (decimal): -16387694 or 9629957. OLE color: 9629957.

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

Color convert

RGB5241146-
CMYK0.9800.390.05
HSL155.85º95.93%48.24%-
HSV(B)155.85º97.93%94.51%-
XYZ36.7165.0237.81-
YUV159.61120.3117.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.28%
GREEN value IS 241 (94.53% from 255) = 61.48%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=1.28%
G=61.48%
B=37.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52411460.9800.390.05155.8595.9348.24
Hex5F1926202759c6030
Octal5361222142047523414060
Binary101111100011001001011000100100111101100111001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,241,146); }

 H1.HeaderClassName
 {
   color: #05F192;
 }
 .AnyTagClassName
 {
   color: #05F192;
 }
</style>
background-color css

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

 a { background-color: rgb(5,241,146); }

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

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

 span { border-color: rgb(5,241,146); }

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