Html Css Color HEX #70E874 Pastel Green

📋 copy color: '#70E874'

red 112 ◦ green 232 ◦ blue 116

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

Shades of Pastel Green #70E874

Tints of Pastel Green #70E874

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.43%

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 24.35%
G = 50.43%
B = 25.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#70E874 (or 0x70E874) is known color: Pastel Green. HEX triplet: 70, E8 and 74. RGB value is (112,232,116). Sum of RGB (Red+Green+Blue) = 112+232+116=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #70E874 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E874 is #8F178B. Grayscale: #B7B7B7. Windows color (decimal): -9377676 or 7661680. OLE color: 7661680.

HSL color Cylindrical-coordinate representation of color #70E874: hue angle of 122º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E874 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 232 116 -
CMYK 0.52 0 0.50 0.09
HSL 122º 0.72% 0.67% -
HSV(B) 122º 0.52% 0.91% -
XYZ 38.69 62.42 26.53 -
YUV 182.9 90.24 77.43 -
System Red Green Blue C M Y K H S L
Decimal 112 232 116 0.52 0 0.50 0.09 122 0.72 0.67
Hex 70 E8 74 34 0 32 9 7A 48 43
Octal 160 350 164 64 0 62 11 172 110 103
Binary 1110000 11101000 1110100 110100 0 110010 1001 1111010 1001000 1000011

Color Harmonies of #70E874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E874

Black with #70E874

Text Example


Text Example

White with #70E874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,232,116); }

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

background-color css

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

 a { background-color: rgb(112,232,116); }

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

border-color css

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

 span { border-color: rgb(112,232,116); }

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