Html Css Color HEX #70E46C Pastel Green

📋 copy color: '#70E46C'

red 112 ◦ green 228 ◦ blue 108

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

Shades of Pastel Green #70E46C

Tints of Pastel Green #70E46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 25%
G = 50.89%
B = 24.11%

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

#70E46C (or 0x70E46C) is known color: Pastel Green. HEX triplet: 70, E4 and 6C. RGB value is (112,228,108). Sum of RGB (Red+Green+Blue) = 112+228+108=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 228 (89.45% from 255 or 50.89% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 228 - color contains mainly: green. Hex color #70E46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E46C is #8F1B93. Grayscale: #B3B3B3. Windows color (decimal): -9378708 or 7136368. OLE color: 7136368.

HSL color Cylindrical-coordinate representation of color #70E46C: hue angle of 118º 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 #70E46C is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 108 -
CMYK 0.51 0 0.53 0.11
HSL 118º 0.69% 0.66% -
HSV(B) 118º 0.53% 0.89% -
XYZ 37.13 60.01 23.81 -
YUV 179.64 87.57 79.76 -
System Red Green Blue C M Y K H S L
Decimal 112 228 108 0.51 0 0.53 0.11 118 0.69 0.66
Hex 70 E4 6C 33 0 35 B 76 45 42
Octal 160 344 154 63 0 65 13 166 105 102
Binary 1110000 11100100 1101100 110011 0 110101 1011 1110110 1000101 1000010

Color Harmonies of #70E46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E46C

Black with #70E46C

Text Example


Text Example

White with #70E46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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