Html Css Color HEX #70EF76 Pastel Green

📋 copy color: '#70EF76'

red 112 ◦ green 239 ◦ blue 118

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

Shades of Pastel Green #70EF76

Tints of Pastel Green #70EF76

RGB

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

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

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

R = 23.88%
G = 50.96%
B = 25.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#70EF76 (or 0x70EF76) is known color: Pastel Green. HEX triplet: 70, EF and 76. RGB value is (112,239,118). Sum of RGB (Red+Green+Blue) = 112+239+118=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EF76 is #8F1089. Grayscale: #BBBBBB. Windows color (decimal): -9375882 or 7794544. OLE color: 7794544.

HSL color Cylindrical-coordinate representation of color #70EF76: hue angle of 122.83º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EF76 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 118 -
CMYK 0.53 0 0.51 0.06
HSL 122.83º 0.8% 0.69% -
HSV(B) 122.83º 0.53% 0.94% -
XYZ 40.82 66.49 27.82 -
YUV 187.23 88.92 74.34 -
System Red Green Blue C M Y K H S L
Decimal 112 239 118 0.53 0 0.51 0.06 122.83 0.8 0.69
Hex 70 EF 76 35 0 33 6 7B 50 45
Octal 160 357 166 65 0 63 6 173 120 105
Binary 1110000 11101111 1110110 110101 0 110011 110 1111011 1010000 1000101

Color Harmonies of #70EF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF76

Black with #70EF76

Text Example


Text Example

White with #70EF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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