Html Css Color HEX #70E849 Screamin' Green

📋 copy color: '#70E849'

red 112 ◦ green 232 ◦ blue 73

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

Shades of Screamin' Green #70E849

Tints of Screamin' Green #70E849

RGB

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

 GREEN value IS 232 (91.02% from 255) = 55.64%

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 26.86%
G = 55.64%
B = 17.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#70E849 (or 0x70E849) is known color: Screamin' Green. HEX triplet: 70, E8 and 49. RGB value is (112,232,73). Sum of RGB (Red+Green+Blue) = 112+232+73=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 232 (91.02% from 255 or 55.64% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 232 - color contains mainly: green. Hex color #70E849 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E849 is #8F17B6. Grayscale: #B2B2B2. Windows color (decimal): -9377719 or 4843632. OLE color: 4843632.

HSL color Cylindrical-coordinate representation of color #70E849: hue angle of 105.28º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70E849 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 232 73 -
CMYK 0.52 0 0.69 0.09
HSL 105.28º 0.78% 0.6% -
HSV(B) 105.28º 0.69% 0.91% -
XYZ 36.74 61.64 16.26 -
YUV 177.99 68.74 80.93 -
System Red Green Blue C M Y K H S L
Decimal 112 232 73 0.52 0 0.69 0.09 105.28 0.78 0.6
Hex 70 E8 49 34 0 45 9 69 4E 3C
Octal 160 350 111 64 0 105 11 151 116 74
Binary 1110000 11101000 1001001 110100 0 1000101 1001 1101001 1001110 111100

Color Harmonies of #70E849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E849

Black with #70E849

Text Example


Text Example

White with #70E849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,232,73); }

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

background-color css

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

 a { background-color: rgb(112,232,73); }

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

border-color css

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

 span { border-color: rgb(112,232,73); }

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