Html Css Color HEX #70FF50 Screamin' Green

📋 copy color: '#70FF50'

red 112 ◦ green 255 ◦ blue 80

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

Shades of Screamin' Green #70FF50

Tints of Screamin' Green #70FF50

RGB

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

 GREEN value IS 255 (100% from 255) = 57.05%

 BLUE value IS 80 (31.64% from 255) = 17.9%

R = 25.06%
G = 57.05%
B = 17.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#70FF50 (or 0x70FF50) is known color: Screamin' Green. HEX triplet: 70, FF and 50. RGB value is (112,255,80). Sum of RGB (Red+Green+Blue) = 112+255+80=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FF50 is #8F00AF. Grayscale: #C0C0C0. Windows color (decimal): -9371824 or 5308272. OLE color: 5308272.

HSL color Cylindrical-coordinate representation of color #70FF50: hue angle of 109.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70FF50 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 112 255 80 -
CMYK 0.56 0 0.69 0
HSL 109.03º 1% 0.66% -
HSV(B) 109.03º 0.69% 1% -
XYZ 43.89 75.54 19.86 -
YUV 192.29 64.62 70.73 -
System Red Green Blue C M Y K H S L
Decimal 112 255 80 0.56 0 0.69 0 109.03 1 0.66
Hex 70 FF 50 38 0 45 0 6D 64 42
Octal 160 377 120 70 0 105 0 155 144 102
Binary 1110000 11111111 1010000 111000 0 1000101 0 1101101 1100100 1000010

Color Harmonies of #70FF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FF50

Black with #70FF50

Text Example


Text Example

White with #70FF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,255,80); }

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

background-color css

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

 a { background-color: rgb(112,255,80); }

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

border-color css

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

 span { border-color: rgb(112,255,80); }

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