Html Css Color HEX #70E46B Pastel Green

📋 copy color: '#70E46B'

red 112 ◦ green 228 ◦ blue 107

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

Shades of Pastel Green #70E46B

Tints of Pastel Green #70E46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 25.06%
G = 51.01%
B = 23.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#70E46B (or 0x70E46B) is known color: Pastel Green. HEX triplet: 70, E4 and 6B. RGB value is (112,228,107). Sum of RGB (Red+Green+Blue) = 112+228+107=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #70E46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E46B is #8F1B94. Grayscale: #B3B3B3. Windows color (decimal): -9378709 or 7070832. OLE color: 7070832.

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

Color convert

RGB 112 228 107 -
CMYK 0.51 0 0.53 0.11
HSL 117.52º 0.69% 0.66% -
HSV(B) 117.52º 0.53% 0.89% -
XYZ 37.08 59.99 23.54 -
YUV 179.52 87.07 79.84 -
System Red Green Blue C M Y K H S L
Decimal 112 228 107 0.51 0 0.53 0.11 117.52 0.69 0.66
Hex 70 E4 6B 33 0 35 B 76 45 42
Octal 160 344 153 63 0 65 13 166 105 102
Binary 1110000 11100100 1101011 110011 0 110101 1011 1110110 1000101 1000010

Color Harmonies of #70E46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E46B

Black with #70E46B

Text Example


Text Example

White with #70E46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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