Html Css Color HEX #70E68E Pastel Green

📋 copy color: '#70E68E'

red 112 ◦ green 230 ◦ blue 142

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

Shades of Pastel Green #70E68E

Tints of Pastel Green #70E68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.34%

R = 23.14%
G = 47.52%
B = 29.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#70E68E (or 0x70E68E) is known color: Pastel Green. HEX triplet: 70, E6 and 8E. RGB value is (112,230,142). Sum of RGB (Red+Green+Blue) = 112+230+142=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #70E68E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E68E is #8F1971. Grayscale: #B8B8B8. Windows color (decimal): -9378162 or 9365104. OLE color: 9365104.

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

Color convert

RGB 112 230 142 -
CMYK 0.51 0 0.38 0.10
HSL 135.25º 0.7% 0.67% -
HSV(B) 135.25º 0.51% 0.9% -
XYZ 39.86 61.99 35.46 -
YUV 184.69 103.91 76.16 -
System Red Green Blue C M Y K H S L
Decimal 112 230 142 0.51 0 0.38 0.10 135.25 0.7 0.67
Hex 70 E6 8E 33 0 26 A 87 46 43
Octal 160 346 216 63 0 46 12 207 106 103
Binary 1110000 11100110 10001110 110011 0 100110 1010 10000111 1000110 1000011

Color Harmonies of #70E68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E68E

Black with #70E68E

Text Example


Text Example

White with #70E68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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