Html Css Color HEX #70EF49 Screamin' Green

📋 copy color: '#70EF49'

red 112 ◦ green 239 ◦ blue 73

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

Shades of Screamin' Green #70EF49

Tints of Screamin' Green #70EF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 56.37%

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

R = 26.42%
G = 56.37%
B = 17.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#70EF49 (or 0x70EF49) is known color: Screamin' Green. HEX triplet: 70, EF and 49. RGB value is (112,239,73). Sum of RGB (Red+Green+Blue) = 112+239+73=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 239 (93.75% from 255 or 56.37% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF49 is #8F10B6. Grayscale: #B6B6B6. Windows color (decimal): -9375927 or 4845424. OLE color: 4845424.

HSL color Cylindrical-coordinate representation of color #70EF49: hue angle of 105.9º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70EF49 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 73 -
CMYK 0.53 0 0.69 0.06
HSL 105.9º 0.84% 0.61% -
HSV(B) 105.9º 0.69% 0.94% -
XYZ 38.75 65.66 16.93 -
YUV 182.1 66.42 78 -
System Red Green Blue C M Y K H S L
Decimal 112 239 73 0.53 0 0.69 0.06 105.9 0.84 0.61
Hex 70 EF 49 35 0 45 6 6A 54 3D
Octal 160 357 111 65 0 105 6 152 124 75
Binary 1110000 11101111 1001001 110101 0 1000101 110 1101010 1010100 111101

Color Harmonies of #70EF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF49

Black with #70EF49

Text Example


Text Example

White with #70EF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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