#05F37B

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

Shades of Spring Green #05F37B

Tints of Spring Green #05F37B

Color information

#05F37B (or 0x05F37B) is unknown color: approx Spring Green. HEX triplet: 05, F3 and 7B. RGB value is (5,243,123). Sum of RGB (Red+Green+Blue) = 5+243+123=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #05F37B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F37B is #FA0C84. Grayscale: #9E9E9E. Windows color (decimal): -16387205 or 8123141. OLE color: 8123141.

HSL color Cylindrical-coordinate representation of color #05F37B: hue angle of 149.75º 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 #05F37B is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB5243123-
CMYK0.9800.490.05
HSL149.75º95.97%48.63%-
HSV(B)149.75º97.94%95.29%-
XYZ35.6965.5629.51-
YUV158.16108.1518.76-

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.50%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=1.35%
G=65.50%
B=33.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52431230.9800.490.05149.7595.9748.63
Hex5F37B620315966031
Octal5363173142061522614061
Binary10111110011111101111000100110001101100101101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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