Html Css Color HEX #70F149 Screamin' Green

📋 copy color: '#70F149'

red 112 ◦ green 241 ◦ blue 73

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

Shades of Screamin' Green #70F149

Tints of Screamin' Green #70F149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.57%

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

R = 26.29%
G = 56.57%
B = 17.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#70F149 (or 0x70F149) is known color: Screamin' Green. HEX triplet: 70, F1 and 49. RGB value is (112,241,73). Sum of RGB (Red+Green+Blue) = 112+241+73=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #70F149 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F149 is #8F0EB6. Grayscale: #B7B7B7. Windows color (decimal): -9375415 or 4845936. OLE color: 4845936.

HSL color Cylindrical-coordinate representation of color #70F149: hue angle of 106.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70F149 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 241 73 -
CMYK 0.54 0 0.70 0.05
HSL 106.07º 0.86% 0.62% -
HSV(B) 106.07º 0.7% 0.95% -
XYZ 39.34 66.84 17.13 -
YUV 183.28 65.76 77.16 -
System Red Green Blue C M Y K H S L
Decimal 112 241 73 0.54 0 0.70 0.05 106.07 0.86 0.62
Hex 70 F1 49 36 0 46 5 6A 56 3E
Octal 160 361 111 66 0 106 5 152 126 76
Binary 1110000 11110001 1001001 110110 0 1000110 101 1101010 1010110 111110

Color Harmonies of #70F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F149

Black with #70F149

Text Example


Text Example

White with #70F149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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