Html Css Color HEX #70E690 Pastel Green

📋 copy color: '#70E690'

red 112 ◦ green 230 ◦ blue 144

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

Shades of Pastel Green #70E690

Tints of Pastel Green #70E690

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.33%

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

R = 23.05%
G = 47.33%
B = 29.63%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#70E690 (or 0x70E690) is known color: Pastel Green. HEX triplet: 70, E6 and 90. RGB value is (112,230,144). Sum of RGB (Red+Green+Blue) = 112+230+144=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #70E690 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E690 is #8F196F. Grayscale: #B9B9B9. Windows color (decimal): -9378160 or 9496176. OLE color: 9496176.

HSL color Cylindrical-coordinate representation of color #70E690: hue angle of 136.27º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E690 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 144 -
CMYK 0.51 0 0.37 0.10
HSL 136.27º 0.7% 0.67% -
HSV(B) 136.27º 0.51% 0.9% -
XYZ 40.01 62.05 36.25 -
YUV 184.91 104.91 75.99 -
System Red Green Blue C M Y K H S L
Decimal 112 230 144 0.51 0 0.37 0.10 136.27 0.7 0.67
Hex 70 E6 90 33 0 25 A 88 46 43
Octal 160 346 220 63 0 45 12 210 106 103
Binary 1110000 11100110 10010000 110011 0 100101 1010 10001000 1000110 1000011

Color Harmonies of #70E690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E690

Black with #70E690

Text Example


Text Example

White with #70E690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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