Html Css Color HEX #70F97E Screamin' Green

📋 copy color: '#70F97E'

red 112 ◦ green 249 ◦ blue 126

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

Shades of Screamin' Green #70F97E

Tints of Screamin' Green #70F97E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.13%

 BLUE value IS 126 (49.61% from 255) = 25.87%

R = 23%
G = 51.13%
B = 25.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#70F97E (or 0x70F97E) is known color: Screamin' Green. HEX triplet: 70, F9 and 7E. RGB value is (112,249,126). Sum of RGB (Red+Green+Blue) = 112+249+126=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #70F97E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F97E is #8F0681. Grayscale: #C2C2C2. Windows color (decimal): -9373314 or 8321392. OLE color: 8321392.

HSL color Cylindrical-coordinate representation of color #70F97E: hue angle of 126.13º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F97E is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 249 126 -
CMYK 0.55 0 0.49 0.02
HSL 126.13º 0.92% 0.71% -
HSV(B) 126.13º 0.55% 0.98% -
XYZ 44.32 72.7 31.44 -
YUV 194.02 89.61 69.5 -
System Red Green Blue C M Y K H S L
Decimal 112 249 126 0.55 0 0.49 0.02 126.13 0.92 0.71
Hex 70 F9 7E 37 0 31 2 7E 5C 47
Octal 160 371 176 67 0 61 2 176 134 107
Binary 1110000 11111001 1111110 110111 0 110001 10 1111110 1011100 1000111

Color Harmonies of #70F97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F97E

Black with #70F97E

Text Example


Text Example

White with #70F97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,249,126); }

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

background-color css

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

 a { background-color: rgb(112,249,126); }

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

border-color css

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

 span { border-color: rgb(112,249,126); }

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