Html Css Color HEX #70E682 Pastel Green

📋 copy color: '#70E682'

red 112 ◦ green 230 ◦ blue 130

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

Shades of Pastel Green #70E682

Tints of Pastel Green #70E682

RGB

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

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

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

R = 23.73%
G = 48.73%
B = 27.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#70E682 (or 0x70E682) is known color: Pastel Green. HEX triplet: 70, E6 and 82. RGB value is (112,230,130). Sum of RGB (Red+Green+Blue) = 112+230+130=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #70E682 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E682 is #8F197D. Grayscale: #B7B7B7. Windows color (decimal): -9378174 or 8578672. OLE color: 8578672.

HSL color Cylindrical-coordinate representation of color #70E682: hue angle of 129.15º 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 #70E682 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 130 -
CMYK 0.51 0 0.43 0.10
HSL 129.15º 0.7% 0.67% -
HSV(B) 129.15º 0.51% 0.9% -
XYZ 39.01 61.65 30.96 -
YUV 183.32 97.91 77.13 -
System Red Green Blue C M Y K H S L
Decimal 112 230 130 0.51 0 0.43 0.10 129.15 0.7 0.67
Hex 70 E6 82 33 0 2B A 81 46 43
Octal 160 346 202 63 0 53 12 201 106 103
Binary 1110000 11100110 10000010 110011 0 101011 1010 10000001 1000110 1000011

Color Harmonies of #70E682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E682

Black with #70E682

Text Example


Text Example

White with #70E682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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