Html Css Color HEX #70EE76 Pastel Green

📋 copy color: '#70EE76'

red 112 ◦ green 238 ◦ blue 118

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

Shades of Pastel Green #70EE76

Tints of Pastel Green #70EE76

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.85%

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 23.93%
G = 50.85%
B = 25.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#70EE76 (or 0x70EE76) is known color: Pastel Green. HEX triplet: 70, EE and 76. RGB value is (112,238,118). Sum of RGB (Red+Green+Blue) = 112+238+118=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EE76 is #8F1189. Grayscale: #BABABA. Windows color (decimal): -9376138 or 7794288. OLE color: 7794288.

HSL color Cylindrical-coordinate representation of color #70EE76: hue angle of 122.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EE76 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 118 -
CMYK 0.53 0 0.50 0.07
HSL 122.86º 0.79% 0.69% -
HSV(B) 122.86º 0.53% 0.93% -
XYZ 40.53 65.9 27.72 -
YUV 186.65 89.26 74.76 -
System Red Green Blue C M Y K H S L
Decimal 112 238 118 0.53 0 0.50 0.07 122.86 0.79 0.69
Hex 70 EE 76 35 0 32 7 7B 4F 45
Octal 160 356 166 65 0 62 7 173 117 105
Binary 1110000 11101110 1110110 110101 0 110010 111 1111011 1001111 1000101

Color Harmonies of #70EE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE76

Black with #70EE76

Text Example


Text Example

White with #70EE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,238,118); }

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

background-color css

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

 a { background-color: rgb(112,238,118); }

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

border-color css

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

 span { border-color: rgb(112,238,118); }

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