Html Css Color HEX #70E68D Pastel Green

📋 copy color: '#70E68D'

red 112 ◦ green 230 ◦ blue 141

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

Shades of Pastel Green #70E68D

Tints of Pastel Green #70E68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 23.19%
G = 47.62%
B = 29.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#70E68D (or 0x70E68D) is known color: Pastel Green. HEX triplet: 70, E6 and 8D. RGB value is (112,230,141). Sum of RGB (Red+Green+Blue) = 112+230+141=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #70E68D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E68D is #8F1972. Grayscale: #B8B8B8. Windows color (decimal): -9378163 or 9299568. OLE color: 9299568.

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

Color convert

RGB 112 230 141 -
CMYK 0.51 0 0.39 0.10
HSL 134.75º 0.7% 0.67% -
HSV(B) 134.75º 0.51% 0.9% -
XYZ 39.79 61.96 35.06 -
YUV 184.57 103.41 76.24 -
System Red Green Blue C M Y K H S L
Decimal 112 230 141 0.51 0 0.39 0.10 134.75 0.7 0.67
Hex 70 E6 8D 33 0 27 A 87 46 43
Octal 160 346 215 63 0 47 12 207 106 103
Binary 1110000 11100110 10001101 110011 0 100111 1010 10000111 1000110 1000011

Color Harmonies of #70E68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E68D

Black with #70E68D

Text Example


Text Example

White with #70E68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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