#04F970

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

Shades of Spring Green #04F970

Tints of Spring Green #04F970

Color information

#04F970 (or 0x04F970) is unknown color: approx Spring Green. HEX triplet: 04, F9 and 70. RGB value is (4,249,112). Sum of RGB (Red+Green+Blue) = 4+249+112=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #04F970 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04F970 is #FB068F. Grayscale: #A0A0A0. Windows color (decimal): -16451216 or 7403780. OLE color: 7403780.

HSL color Cylindrical-coordinate representation of color #04F970: hue angle of 146.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F970 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB4249112-
CMYK0.9800.550.02
HSL146.45º96.84%49.61%-
HSV(B)146.45º98.39%97.65%-
XYZ36.8568.9526.7-
YUV160.13100.8316.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.10%
GREEN value IS 249 (97.66% from 255) = 68.22%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=1.10%
G=68.22%
B=30.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal42491120.9800.550.02146.4596.8449.61
Hex4F970620372926132
Octal4371160142067222214162
Binary1001111100111100001100010011011110100100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04F970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04F970; }

 p { color: rgb(4,249,112); }

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

<style>
 a { background-color: #04F970; }

 a { background-color: rgb(4,249,112); }

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

<style>
 span { border-color: #04F970; }

 span { border-color: rgb(4,249,112); }

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