Html Css Color HEX #70E68A Pastel Green

📋 copy color: '#70E68A'

red 112 ◦ green 230 ◦ blue 138

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

Shades of Pastel Green #70E68A

Tints of Pastel Green #70E68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 23.33%
G = 47.92%
B = 28.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#70E68A (or 0x70E68A) is known color: Pastel Green. HEX triplet: 70, E6 and 8A. RGB value is (112,230,138). Sum of RGB (Red+Green+Blue) = 112+230+138=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #70E68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E68A is #8F1975. Grayscale: #B8B8B8. Windows color (decimal): -9378166 or 9102960. OLE color: 9102960.

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

Color convert

RGB 112 230 138 -
CMYK 0.51 0 0.4 0.10
HSL 133.22º 0.7% 0.67% -
HSV(B) 133.22º 0.51% 0.9% -
XYZ 39.57 61.87 33.9 -
YUV 184.23 101.91 76.48 -
System Red Green Blue C M Y K H S L
Decimal 112 230 138 0.51 0 0.4 0.10 133.22 0.7 0.67
Hex 70 E6 8A 33 0 28 A 85 46 43
Octal 160 346 212 63 0 50 12 205 106 103
Binary 1110000 11100110 10001010 110011 0 101000 1010 10000101 1000110 1000011

Color Harmonies of #70E68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E68A

Black with #70E68A

Text Example


Text Example

White with #70E68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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