#06FF73

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

Shades of Spring Green #06FF73

Tints of Spring Green #06FF73

Color information

#06FF73 (or 0x06FF73) is unknown color: approx Spring Green. HEX triplet: 06, FF and 73. RGB value is (6,255,115). Sum of RGB (Red+Green+Blue) = 6+255+115=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FF73 is #F9008C. Grayscale: #A4A4A4. Windows color (decimal): -16318605 or 7601926. OLE color: 7601926.

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

Color convert

RGB6255115-
CMYK0.9800.550
HSL146.27º100%51.18%-
HSV(B)146.27º97.65%100%-
XYZ38.9372.828.22-
YUV164.59100.0114.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.60%
GREEN value IS 255 (100% from 255) = 67.82%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=1.60%
G=67.82%
B=30.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62551150.9800.550146.2710051.18
Hex6FF73620370926433
Octal6377163142067022214463
Binary110111111111110011110001001101110100100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06FF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06FF73; }

 p { color: rgb(6,255,115); }

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

<style>
 a { background-color: #06FF73; }

 a { background-color: rgb(6,255,115); }

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

<style>
 span { border-color: #06FF73; }

 span { border-color: rgb(6,255,115); }

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