#06FF72

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

Shades of Spring Green #06FF72

Tints of Spring Green #06FF72

Color information

#06FF72 (or 0x06FF72) is unknown color: approx Spring Green. HEX triplet: 06, FF and 72. RGB value is (6,255,114). Sum of RGB (Red+Green+Blue) = 6+255+114=375 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.6% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FF72 is #F9008D. Grayscale: #A4A4A4. Windows color (decimal): -16318606 or 7536390. OLE color: 7536390.

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

Color convert

RGB6255114-
CMYK0.9800.550
HSL146.02º100%51.18%-
HSV(B)146.02º97.65%100%-
XYZ38.8772.7727.92-
YUV164.4899.5114.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.6%
GREEN value IS 255 (100% from 255) = 68%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=1.6%
G=68%
B=30.4%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal62551140.9800.550146.0210051.18
Hex6FF72620370926433
Octal6377162142067022214463
Binary110111111111110010110001001101110100100101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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