Html Css Color HEX #70F982 Screamin' Green

📋 copy color: '#70F982'

red 112 ◦ green 249 ◦ blue 130

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

Shades of Screamin' Green #70F982

Tints of Screamin' Green #70F982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 22.81%
G = 50.71%
B = 26.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#70F982 (or 0x70F982) is known color: Screamin' Green. HEX triplet: 70, F9 and 82. RGB value is (112,249,130). Sum of RGB (Red+Green+Blue) = 112+249+130=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #70F982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F982 is #8F067D. Grayscale: #C2C2C2. Windows color (decimal): -9373310 or 8583536. OLE color: 8583536.

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

Color convert

RGB 112 249 130 -
CMYK 0.55 0 0.48 0.02
HSL 127.88º 0.92% 0.71% -
HSV(B) 127.88º 0.55% 0.98% -
XYZ 44.59 72.81 32.82 -
YUV 194.47 91.61 69.18 -
System Red Green Blue C M Y K H S L
Decimal 112 249 130 0.55 0 0.48 0.02 127.88 0.92 0.71
Hex 70 F9 82 37 0 30 2 80 5C 47
Octal 160 371 202 67 0 60 2 200 134 107
Binary 1110000 11111001 10000010 110111 0 110000 10 10000000 1011100 1000111

Color Harmonies of #70F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F982

Black with #70F982

Text Example


Text Example

White with #70F982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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