Html Css Color HEX #70EF47 Screamin' Green

📋 copy color: '#70EF47'

red 112 ◦ green 239 ◦ blue 71

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

Shades of Screamin' Green #70EF47

Tints of Screamin' Green #70EF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.82%

R = 26.54%
G = 56.64%
B = 16.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#70EF47 (or 0x70EF47) is known color: Screamin' Green. HEX triplet: 70, EF and 47. RGB value is (112,239,71). Sum of RGB (Red+Green+Blue) = 112+239+71=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF47 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF47 is #8F10B8. Grayscale: #B6B6B6. Windows color (decimal): -9375929 or 4714352. OLE color: 4714352.

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

Color convert

RGB 112 239 71 -
CMYK 0.53 0 0.70 0.06
HSL 105.36º 0.84% 0.61% -
HSV(B) 105.36º 0.7% 0.94% -
XYZ 38.69 65.63 16.59 -
YUV 181.88 65.42 78.16 -
System Red Green Blue C M Y K H S L
Decimal 112 239 71 0.53 0 0.70 0.06 105.36 0.84 0.61
Hex 70 EF 47 35 0 46 6 69 54 3D
Octal 160 357 107 65 0 106 6 151 124 75
Binary 1110000 11101111 1000111 110101 0 1000110 110 1101001 1010100 111101

Color Harmonies of #70EF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF47

Black with #70EF47

Text Example


Text Example

White with #70EF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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