Html Css Color HEX #70EE77 Pastel Green

📋 copy color: '#70EE77'

red 112 ◦ green 238 ◦ blue 119

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

Shades of Pastel Green #70EE77

Tints of Pastel Green #70EE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 23.88%
G = 50.75%
B = 25.37%

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

#70EE77 (or 0x70EE77) is known color: Pastel Green. HEX triplet: 70, EE and 77. RGB value is (112,238,119). Sum of RGB (Red+Green+Blue) = 112+238+119=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EE77 is #8F1188. Grayscale: #BBBBBB. Windows color (decimal): -9376137 or 7859824. OLE color: 7859824.

HSL color Cylindrical-coordinate representation of color #70EE77: hue angle of 123.33º 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 #70EE77 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 119 -
CMYK 0.53 0 0.50 0.07
HSL 123.33º 0.79% 0.69% -
HSV(B) 123.33º 0.53% 0.93% -
XYZ 40.59 65.93 28.04 -
YUV 186.76 89.76 74.68 -
System Red Green Blue C M Y K H S L
Decimal 112 238 119 0.53 0 0.50 0.07 123.33 0.79 0.69
Hex 70 EE 77 35 0 32 7 7B 4F 45
Octal 160 356 167 65 0 62 7 173 117 105
Binary 1110000 11101110 1110111 110101 0 110010 111 1111011 1001111 1000101

Color Harmonies of #70EE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE77

Black with #70EE77

Text Example


Text Example

White with #70EE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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