Html Css Color HEX #70E285 Pastel Green

📋 copy color: '#70E285'

red 112 ◦ green 226 ◦ blue 133

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

Shades of Pastel Green #70E285

Tints of Pastel Green #70E285

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 23.78%
G = 47.98%
B = 28.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#70E285 (or 0x70E285) is known color: Pastel Green. HEX triplet: 70, E2 and 85. RGB value is (112,226,133). Sum of RGB (Red+Green+Blue) = 112+226+133=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #70E285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E285 is #8F1D7A. Grayscale: #B5B5B5. Windows color (decimal): -9379195 or 8774256. OLE color: 8774256.

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

Color convert

RGB 112 226 133 -
CMYK 0.50 0 0.41 0.11
HSL 131.05º 0.66% 0.66% -
HSV(B) 131.05º 0.5% 0.89% -
XYZ 38.11 59.53 31.67 -
YUV 181.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 112 226 133 0.50 0 0.41 0.11 131.05 0.66 0.66
Hex 70 E2 85 32 0 29 B 83 42 42
Octal 160 342 205 62 0 51 13 203 102 102
Binary 1110000 11100010 10000101 110010 0 101001 1011 10000011 1000010 1000010

Color Harmonies of #70E285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E285

Black with #70E285

Text Example


Text Example

White with #70E285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,226,133); }

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

background-color css

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

 a { background-color: rgb(112,226,133); }

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

border-color css

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

 span { border-color: rgb(112,226,133); }

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