#05F37A

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

Shades of Spring Green #05F37A

Tints of Spring Green #05F37A

Color information

#05F37A (or 0x05F37A) is unknown color: approx Spring Green. HEX triplet: 05, F3 and 7A. RGB value is (5,243,122). Sum of RGB (Red+Green+Blue) = 5+243+122=370 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #05F37A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F37A is #FA0C85. Grayscale: #9E9E9E. Windows color (decimal): -16387206 or 8057605. OLE color: 8057605.

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

Color convert

RGB5243122-
CMYK0.9800.500.05
HSL149.5º95.97%48.63%-
HSV(B)149.5º97.94%95.29%-
XYZ35.6365.5429.18-
YUV158.04107.6518.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.35%
GREEN value IS 243 (95.31% from 255) = 65.68%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=1.35%
G=65.68%
B=32.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52431220.9800.500.05149.595.9748.63
Hex5F37A620325956031
Octal5363172142062522514061
Binary10111110011111101011000100110010101100101011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,243,122); }

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

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

 a { background-color: rgb(5,243,122); }

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

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

 span { border-color: rgb(5,243,122); }

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