Html Css Color HEX #70EE90 Pastel Green

📋 copy color: '#70EE90'

red 112 ◦ green 238 ◦ blue 144

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

Shades of Pastel Green #70EE90

Tints of Pastel Green #70EE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 22.67%
G = 48.18%
B = 29.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#70EE90 (or 0x70EE90) is known color: Pastel Green. HEX triplet: 70, EE and 90. RGB value is (112,238,144). Sum of RGB (Red+Green+Blue) = 112+238+144=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EE90 is #8F116F. Grayscale: #BDBDBD. Windows color (decimal): -9376112 or 9498224. OLE color: 9498224.

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

Color convert

RGB 112 238 144 -
CMYK 0.53 0 0.39 0.07
HSL 135.24º 0.79% 0.69% -
HSV(B) 135.24º 0.53% 0.93% -
XYZ 42.29 66.61 37.01 -
YUV 189.61 102.26 72.64 -
System Red Green Blue C M Y K H S L
Decimal 112 238 144 0.53 0 0.39 0.07 135.24 0.79 0.69
Hex 70 EE 90 35 0 27 7 87 4F 45
Octal 160 356 220 65 0 47 7 207 117 105
Binary 1110000 11101110 10010000 110101 0 100111 111 10000111 1001111 1000101

Color Harmonies of #70EE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE90

Black with #70EE90

Text Example


Text Example

White with #70EE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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