Html Css Color HEX #70EE7D Pastel Green

📋 copy color: '#70EE7D'

red 112 ◦ green 238 ◦ blue 125

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

Shades of Pastel Green #70EE7D

Tints of Pastel Green #70EE7D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.11%

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 23.58%
G = 50.11%
B = 26.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#70EE7D (or 0x70EE7D) is known color: Pastel Green. HEX triplet: 70, EE and 7D. RGB value is (112,238,125). Sum of RGB (Red+Green+Blue) = 112+238+125=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EE7D is #8F1182. Grayscale: #BBBBBB. Windows color (decimal): -9376131 or 8253040. OLE color: 8253040.

HSL color Cylindrical-coordinate representation of color #70EE7D: hue angle of 126.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EE7D is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 125 -
CMYK 0.53 0 0.47 0.07
HSL 126.19º 0.79% 0.69% -
HSV(B) 126.19º 0.53% 0.93% -
XYZ 40.96 66.07 30 -
YUV 187.44 92.76 74.19 -
System Red Green Blue C M Y K H S L
Decimal 112 238 125 0.53 0 0.47 0.07 126.19 0.79 0.69
Hex 70 EE 7D 35 0 2F 7 7E 4F 45
Octal 160 356 175 65 0 57 7 176 117 105
Binary 1110000 11101110 1111101 110101 0 101111 111 1111110 1001111 1000101

Color Harmonies of #70EE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE7D

Black with #70EE7D

Text Example


Text Example

White with #70EE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,238,125); }

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

background-color css

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

 a { background-color: rgb(112,238,125); }

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

border-color css

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

 span { border-color: rgb(112,238,125); }

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