#06DF75

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

Shades of Spring Green #06DF75

Tints of Spring Green #06DF75

Color information

#06DF75 (or 0x06DF75) is unknown color: approx Spring Green. HEX triplet: 06, DF and 75. RGB value is (6,223,117). Sum of RGB (Red+Green+Blue) = 6+223+117=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DF75 is #F9208A. Grayscale: #929292. Windows color (decimal): -16326795 or 7724806. OLE color: 7724806.

HSL color Cylindrical-coordinate representation of color #06DF75: hue angle of 150.69º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DF75 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB6223117-
CMYK0.9700.480.13
HSL150.69º94.76%44.9%-
HSV(B)150.69º97.31%87.45%-
XYZ29.6754.125.71-
YUV146.03111.6128.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.73%
GREEN value IS 223 (87.5% from 255) = 64.45%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=1.73%
G=64.45%
B=33.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62231170.9700.480.13150.6994.7644.9
Hex6DF7561030D975f2d
Octal63371651410601522713755
Binary110110111111110101110000101100001101100101111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,223,117); }

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

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

 a { background-color: rgb(6,223,117); }

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

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

 span { border-color: rgb(6,223,117); }

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