#70FC10

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

Shades of Bright Green #70FC10

Tints of Bright Green #70FC10

Color information

#70FC10 (or 0x70FC10) is unknown color: approx Bright Green. HEX triplet: 70, FC and 10. RGB value is (112,252,16). Sum of RGB (Red+Green+Blue) = 112+252+16=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FC10 is #8F03EF. Grayscale: #B8B8B8. Windows color (decimal): -9372656 or 1113200. OLE color: 1113200.

HSL color Cylindrical-coordinate representation of color #70FC10: hue angle of 95.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70FC10 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB11225216-
CMYK0.5600.940.01
HSL95.59º97.52%52.55%-
HSV(B)95.59º93.65%98.82%-
XYZ41.5973.112.41-
YUV183.2433.6277.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 252 (98.83% from 255) = 66.32%
BLUE value IS 16 (6.64% from 255) = 4.21%
R=29.47%
G=66.32%
B=4.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112252160.5600.940.0195.5997.5252.55
Hex70FC103805E1606235
Octal16037420700136114014265
Binary1110000111111001000011100001011110111000001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,252,16); }

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

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

 a { background-color: rgb(112,252,16); }

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

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

 span { border-color: rgb(112,252,16); }

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