Html Css Color HEX #70E45F Pastel Green

📋 copy color: '#70E45F'

red 112 ◦ green 228 ◦ blue 95

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

Shades of Pastel Green #70E45F

Tints of Pastel Green #70E45F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 52.41%

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 25.75%
G = 52.41%
B = 21.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#70E45F (or 0x70E45F) is known color: Pastel Green. HEX triplet: 70, E4 and 5F. RGB value is (112,228,95). Sum of RGB (Red+Green+Blue) = 112+228+95=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #70E45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E45F is #8F1BA0. Grayscale: #B2B2B2. Windows color (decimal): -9378721 or 6284400. OLE color: 6284400.

HSL color Cylindrical-coordinate representation of color #70E45F: hue angle of 112.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70E45F is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 95 -
CMYK 0.51 0 0.58 0.11
HSL 112.33º 0.71% 0.63% -
HSV(B) 112.33º 0.58% 0.89% -
XYZ 36.49 59.76 20.44 -
YUV 178.15 81.07 80.81 -
System Red Green Blue C M Y K H S L
Decimal 112 228 95 0.51 0 0.58 0.11 112.33 0.71 0.63
Hex 70 E4 5F 33 0 3A B 70 47 3F
Octal 160 344 137 63 0 72 13 160 107 77
Binary 1110000 11100100 1011111 110011 0 111010 1011 1110000 1000111 111111

Color Harmonies of #70E45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E45F

Black with #70E45F

Text Example


Text Example

White with #70E45F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,95); }

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

background-color css

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

 a { background-color: rgb(112,228,95); }

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

border-color css

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

 span { border-color: rgb(112,228,95); }

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