#70F80E

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

Shades of Bright Green #70F80E

Tints of Bright Green #70F80E

Color information

#70F80E (or 0x70F80E) is unknown color: approx Bright Green. HEX triplet: 70, F8 and 0E. RGB value is (112,248,14). Sum of RGB (Red+Green+Blue) = 112+248+14=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 248 (97.27% from 255 or 66.31% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 248 - color contains mainly: green. Hex color #70F80E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F80E is #8F07F1. Grayscale: #B5B5B5. Windows color (decimal): -9373682 or 981104. OLE color: 981104.

HSL color Cylindrical-coordinate representation of color #70F80E: hue angle of 94.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70F80E is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB11224814-
CMYK0.5500.940.03
HSL94.87º94.35%51.37%-
HSV(B)94.87º94.35%97.25%-
XYZ40.3370.6111.92-
YUV180.6633.9479.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 248 (97.27% from 255) = 66.31%
BLUE value IS 14 (5.86% from 255) = 3.74%
R=29.95%
G=66.31%
B=3.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal112248140.5500.940.0394.8794.3551.37
Hex70F8E3705E35f5e33
Octal16037016670136313713663
Binary1110000111110001110110111010111101110111111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,248,14); }

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

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

 a { background-color: rgb(112,248,14); }

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

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

 span { border-color: rgb(112,248,14); }

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