Html Css Color HEX #70F976 Screamin' Green

📋 copy color: '#70F976'

red 112 ◦ green 249 ◦ blue 118

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

Shades of Screamin' Green #70F976

Tints of Screamin' Green #70F976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.63%

R = 23.38%
G = 51.98%
B = 24.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#70F976 (or 0x70F976) is known color: Screamin' Green. HEX triplet: 70, F9 and 76. RGB value is (112,249,118). Sum of RGB (Red+Green+Blue) = 112+249+118=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #70F976 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F976 is #8F0689. Grayscale: #C1C1C1. Windows color (decimal): -9373322 or 7797104. OLE color: 7797104.

HSL color Cylindrical-coordinate representation of color #70F976: hue angle of 122.63º 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 #70F976 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 249 118 -
CMYK 0.55 0 0.53 0.02
HSL 122.63º 0.92% 0.71% -
HSV(B) 122.63º 0.55% 0.98% -
XYZ 43.83 72.5 28.82 -
YUV 193.1 85.61 70.15 -
System Red Green Blue C M Y K H S L
Decimal 112 249 118 0.55 0 0.53 0.02 122.63 0.92 0.71
Hex 70 F9 76 37 0 35 2 7B 5C 47
Octal 160 371 166 67 0 65 2 173 134 107
Binary 1110000 11111001 1110110 110111 0 110101 10 1111011 1011100 1000111

Color Harmonies of #70F976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F976

Black with #70F976

Text Example


Text Example

White with #70F976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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