Html Css Color HEX #70E282 Pastel Green

📋 copy color: '#70E282'

red 112 ◦ green 226 ◦ blue 130

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

Shades of Pastel Green #70E282

Tints of Pastel Green #70E282

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.29%

 BLUE value IS 130 (51.17% from 255) = 27.78%

R = 23.93%
G = 48.29%
B = 27.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#70E282 (or 0x70E282) is known color: Pastel Green. HEX triplet: 70, E2 and 82. RGB value is (112,226,130). Sum of RGB (Red+Green+Blue) = 112+226+130=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #70E282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E282 is #8F1D7D. Grayscale: #B5B5B5. Windows color (decimal): -9379198 or 8577648. OLE color: 8577648.

HSL color Cylindrical-coordinate representation of color #70E282: hue angle of 129.47º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E282 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 130 -
CMYK 0.50 0 0.42 0.11
HSL 129.47º 0.66% 0.66% -
HSV(B) 129.47º 0.5% 0.89% -
XYZ 37.91 59.45 30.6 -
YUV 180.97 99.23 78.81 -
System Red Green Blue C M Y K H S L
Decimal 112 226 130 0.50 0 0.42 0.11 129.47 0.66 0.66
Hex 70 E2 82 32 0 2A B 81 42 42
Octal 160 342 202 62 0 52 13 201 102 102
Binary 1110000 11100010 10000010 110010 0 101010 1011 10000001 1000010 1000010

Color Harmonies of #70E282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E282

Black with #70E282

Text Example


Text Example

White with #70E282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,226,130); }

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

background-color css

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

 a { background-color: rgb(112,226,130); }

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

border-color css

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

 span { border-color: rgb(112,226,130); }

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