#70F60B

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

Shades of Bright Green #70F60B

Tints of Bright Green #70F60B

Color information

#70F60B (or 0x70F60B) is unknown color: approx Bright Green. HEX triplet: 70, F6 and 0B. RGB value is (112,246,11). Sum of RGB (Red+Green+Blue) = 112+246+11=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 246 (96.48% from 255 or 66.67% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 246 - color contains mainly: green. Hex color #70F60B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F60B is #8F09F4. Grayscale: #B3B3B3. Windows color (decimal): -9374197 or 783984. OLE color: 783984.

HSL color Cylindrical-coordinate representation of color #70F60B: hue angle of 94.21º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70F60B is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB11224611-
CMYK0.5400.960.04
HSL94.21º92.89%50.39%-
HSV(B)94.21º95.53%96.47%-
XYZ39.769.3811.62-
YUV179.1433.1180.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 246 (96.48% from 255) = 66.67%
BLUE value IS 11 (4.69% from 255) = 2.98%
R=30.35%
G=66.67%
B=2.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal112246110.5400.960.0494.2192.8950.39
Hex70F6B3606045e5d32
Octal16036613660140413613562
Binary11100001111011010111101100110000010010111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,246,11); }

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

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

 a { background-color: rgb(112,246,11); }

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

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

 span { border-color: rgb(112,246,11); }

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