Html Css Color HEX #70DF7E Pastel Green

📋 copy color: '#70DF7E'

red 112 ◦ green 223 ◦ blue 126

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

Shades of Pastel Green #70DF7E

Tints of Pastel Green #70DF7E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

 BLUE value IS 126 (49.61% from 255) = 27.33%

R = 24.3%
G = 48.37%
B = 27.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#70DF7E (or 0x70DF7E) is known color: Pastel Green. HEX triplet: 70, DF and 7E. RGB value is (112,223,126). Sum of RGB (Red+Green+Blue) = 112+223+126=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF7E is #8F2081. Grayscale: #B3B3B3. Windows color (decimal): -9379970 or 8314736. OLE color: 8314736.

HSL color Cylindrical-coordinate representation of color #70DF7E: hue angle of 127.57º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF7E is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 126 -
CMYK 0.50 0 0.43 0.13
HSL 127.57º 0.63% 0.66% -
HSV(B) 127.57º 0.5% 0.87% -
XYZ 36.84 57.73 28.94 -
YUV 178.75 98.23 80.39 -
System Red Green Blue C M Y K H S L
Decimal 112 223 126 0.50 0 0.43 0.13 127.57 0.63 0.66
Hex 70 DF 7E 32 0 2B D 80 3F 42
Octal 160 337 176 62 0 53 15 200 77 102
Binary 1110000 11011111 1111110 110010 0 101011 1101 10000000 111111 1000010

Color Harmonies of #70DF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF7E

Black with #70DF7E

Text Example


Text Example

White with #70DF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,126); }

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

background-color css

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

 a { background-color: rgb(112,223,126); }

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

border-color css

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

 span { border-color: rgb(112,223,126); }

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