#70F904

Color #70F904 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #70F904

Tints of Bright Green #70F904

Color information

#70F904 (or 0x70F904) is unknown color: approx Bright Green. HEX triplet: 70, F9 and 04. RGB value is (112,249,4). Sum of RGB (Red+Green+Blue) = 112+249+4=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #70F904 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F904 is #8F06FB. Grayscale: #B4B4B4. Windows color (decimal): -9373436 or 326000. OLE color: 326000.

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

Color convert

RGB1122494-
CMYK0.5500.980.02
HSL93.55º96.84%49.61%-
HSV(B)93.55º98.39%97.65%-
XYZ40.5871.211.72-
YUV180.1128.6179.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal11224940.5500.980.0293.5596.8449.61
Hex70F943706225e6132
Octal1603714670142213614162
Binary111000011111001100110111011000101010111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70F904; }

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

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

<style>
 a { background-color: #70F904; }

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

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

<style>
 span { border-color: #70F904; }

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

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