Html Css Color HEX #70F76F Screamin' Green

📋 copy color: '#70F76F'

red 112 ◦ green 247 ◦ blue 111

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

Shades of Screamin' Green #70F76F

Tints of Screamin' Green #70F76F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 52.55%

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 23.83%
G = 52.55%
B = 23.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#70F76F (or 0x70F76F) is known color: Screamin' Green. HEX triplet: 70, F7 and 6F. RGB value is (112,247,111). Sum of RGB (Red+Green+Blue) = 112+247+111=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 247 (96.88% from 255 or 52.55% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 247 - color contains mainly: green. Hex color #70F76F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F76F is #8F0890. Grayscale: #BFBFBF. Windows color (decimal): -9373841 or 7337840. OLE color: 7337840.

HSL color Cylindrical-coordinate representation of color #70F76F: hue angle of 119.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F76F is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 247 111 -
CMYK 0.55 0 0.55 0.03
HSL 119.56º 0.89% 0.7% -
HSV(B) 119.56º 0.55% 0.97% -
XYZ 42.81 71.11 26.51 -
YUV 191.13 82.77 71.56 -
System Red Green Blue C M Y K H S L
Decimal 112 247 111 0.55 0 0.55 0.03 119.56 0.89 0.7
Hex 70 F7 6F 37 0 37 3 78 59 46
Octal 160 367 157 67 0 67 3 170 131 106
Binary 1110000 11110111 1101111 110111 0 110111 11 1111000 1011001 1000110

Color Harmonies of #70F76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F76F

Black with #70F76F

Text Example


Text Example

White with #70F76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,247,111); }

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

background-color css

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

 a { background-color: rgb(112,247,111); }

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

border-color css

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

 span { border-color: rgb(112,247,111); }

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