#06FF71

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

Shades of Spring Green #06FF71

Tints of Spring Green #06FF71

Color information

#06FF71 (or 0x06FF71) is unknown color: approx Spring Green. HEX triplet: 06, FF and 71. RGB value is (6,255,113). Sum of RGB (Red+Green+Blue) = 6+255+113=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FF71 is #F9008E. Grayscale: #A4A4A4. Windows color (decimal): -16318607 or 7470854. OLE color: 7470854.

HSL color Cylindrical-coordinate representation of color #06FF71: hue angle of 145.78º 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 #06FF71 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB6255113-
CMYK0.9800.560
HSL145.78º100%51.18%-
HSV(B)145.78º97.65%100%-
XYZ38.8272.7527.62-
YUV164.3699.0115.05-

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) = 68.18%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=1.60%
G=68.18%
B=30.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62551130.9800.560145.7810051.18
Hex6FF71620380926433
Octal6377161142070022214463
Binary110111111111110001110001001110000100100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06FF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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