Html Css Color HEX #70F710 Bright Green

📋 copy color: '#70F710'

red 112 ◦ green 247 ◦ blue 16

#70F710
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #70F710

Tints of Bright Green #70F710

RGB

 RED value IS 112 (44.14% from 255) = 29.87%

 GREEN value IS 247 (96.88% from 255) = 65.87%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 29.87%
G = 65.87%
B = 4.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#70F710 (or 0x70F710) is known color: Bright Green. HEX triplet: 70, F7 and 10. RGB value is (112,247,16). Sum of RGB (Red+Green+Blue) = 112+247+16=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #70F710 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F710 is #8F08EF. Grayscale: #B5B5B5. Windows color (decimal): -9373936 or 1111920. OLE color: 1111920.

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

Color convert

RGB 112 247 16 -
CMYK 0.55 0 0.94 0.03
HSL 95.06º 0.94% 0.52% -
HSV(B) 95.06º 0.94% 0.97% -
XYZ 40.04 70 11.89 -
YUV 180.3 35.27 79.28 -
System Red Green Blue C M Y K H S L
Decimal 112 247 16 0.55 0 0.94 0.03 95.06 0.94 0.52
Hex 70 F7 10 37 0 5E 3 5F 5E 34
Octal 160 367 20 67 0 136 3 137 136 64
Binary 1110000 11110111 10000 110111 0 1011110 11 1011111 1011110 110100

Color Harmonies of #70F710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F710

Black with #70F710

Text Example


Text Example

White with #70F710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70F710;
 }
 .AnyTagClassName
 {
   color: #70F710;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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