Html Css Color HEX #70E949 Screamin' Green

📋 copy color: '#70E949'

red 112 ◦ green 233 ◦ blue 73

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

Shades of Screamin' Green #70E949

Tints of Screamin' Green #70E949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.74%

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

R = 26.79%
G = 55.74%
B = 17.46%

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

#70E949 (or 0x70E949) is known color: Screamin' Green. HEX triplet: 70, E9 and 49. RGB value is (112,233,73). Sum of RGB (Red+Green+Blue) = 112+233+73=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 233 (91.41% from 255 or 55.74% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 233 - color contains mainly: green. Hex color #70E949 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E949 is #8F16B6. Grayscale: #B3B3B3. Windows color (decimal): -9377463 or 4843888. OLE color: 4843888.

HSL color Cylindrical-coordinate representation of color #70E949: hue angle of 105.38º 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 #70E949 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 233 73 -
CMYK 0.52 0 0.69 0.09
HSL 105.38º 0.78% 0.6% -
HSV(B) 105.38º 0.69% 0.91% -
XYZ 37.02 62.2 16.36 -
YUV 178.58 68.41 80.51 -
System Red Green Blue C M Y K H S L
Decimal 112 233 73 0.52 0 0.69 0.09 105.38 0.78 0.6
Hex 70 E9 49 34 0 45 9 69 4E 3C
Octal 160 351 111 64 0 105 11 151 116 74
Binary 1110000 11101001 1001001 110100 0 1000101 1001 1101001 1001110 111100

Color Harmonies of #70E949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E949

Black with #70E949

Text Example


Text Example

White with #70E949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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