Html Css Color HEX #70E649 Screamin' Green

📋 copy color: '#70E649'

red 112 ◦ green 230 ◦ blue 73

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

Shades of Screamin' Green #70E649

Tints of Screamin' Green #70E649

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.42%

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

R = 26.99%
G = 55.42%
B = 17.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#70E649 (or 0x70E649) is known color: Screamin' Green. HEX triplet: 70, E6 and 49. RGB value is (112,230,73). Sum of RGB (Red+Green+Blue) = 112+230+73=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 230 (90.23% from 255 or 55.42% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 230 - color contains mainly: green. Hex color #70E649 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E649 is #8F19B6. Grayscale: #B1B1B1. Windows color (decimal): -9378231 or 4843120. OLE color: 4843120.

HSL color Cylindrical-coordinate representation of color #70E649: hue angle of 105.1º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70E649 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 73 -
CMYK 0.51 0 0.68 0.10
HSL 105.1º 0.76% 0.59% -
HSV(B) 105.1º 0.68% 0.9% -
XYZ 36.18 60.52 16.08 -
YUV 176.82 69.41 81.77 -
System Red Green Blue C M Y K H S L
Decimal 112 230 73 0.51 0 0.68 0.10 105.1 0.76 0.59
Hex 70 E6 49 33 0 44 A 69 4C 3B
Octal 160 346 111 63 0 104 12 151 114 73
Binary 1110000 11100110 1001001 110011 0 1000100 1010 1101001 1001100 111011

Color Harmonies of #70E649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E649

Black with #70E649

Text Example


Text Example

White with #70E649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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