#70FD10

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

Shades of Bright Green #70FD10

Tints of Bright Green #70FD10

Color information

#70FD10 (or 0x70FD10) is unknown color: approx Bright Green. HEX triplet: 70, FD and 10. RGB value is (112,253,16). Sum of RGB (Red+Green+Blue) = 112+253+16=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 253 (99.22% from 255 or 66.40% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FD10 is #8F02EF. Grayscale: #B8B8B8. Windows color (decimal): -9372400 or 1113456. OLE color: 1113456.

HSL color Cylindrical-coordinate representation of color #70FD10: hue angle of 95.7º 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 #70FD10 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB11225316-
CMYK0.5600.940.01
HSL95.7º98.34%52.75%-
HSV(B)95.7º93.68%99.22%-
XYZ41.973.7312.51-
YUV183.8233.2976.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 253 (99.22% from 255) = 66.40%
BLUE value IS 16 (6.64% from 255) = 4.20%
R=29.40%
G=66.40%
B=4.20%

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
Decimal112253160.5600.940.0195.798.3452.75
Hex70FD103805E1606235
Octal16037520700136114014265
Binary1110000111111011000011100001011110111000001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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