Html Css Color HEX #70E260 Pastel Green

📋 copy color: '#70E260'

red 112 ◦ green 226 ◦ blue 96

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

Shades of Pastel Green #70E260

Tints of Pastel Green #70E260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 25.81%
G = 52.07%
B = 22.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#70E260 (or 0x70E260) is known color: Pastel Green. HEX triplet: 70, E2 and 60. RGB value is (112,226,96). Sum of RGB (Red+Green+Blue) = 112+226+96=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #70E260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E260 is #8F1D9F. Grayscale: #B1B1B1. Windows color (decimal): -9379232 or 6349424. OLE color: 6349424.

HSL color Cylindrical-coordinate representation of color #70E260: hue angle of 112.62º degrees, saturation: 0.69, 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 #70E260 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 96 -
CMYK 0.50 0 0.58 0.11
HSL 112.62º 0.69% 0.63% -
HSV(B) 112.62º 0.58% 0.89% -
XYZ 35.99 58.68 20.5 -
YUV 177.09 82.23 81.57 -
System Red Green Blue C M Y K H S L
Decimal 112 226 96 0.50 0 0.58 0.11 112.62 0.69 0.63
Hex 70 E2 60 32 0 3A B 71 45 3F
Octal 160 342 140 62 0 72 13 161 105 77
Binary 1110000 11100010 1100000 110010 0 111010 1011 1110001 1000101 111111

Color Harmonies of #70E260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E260

Black with #70E260

Text Example


Text Example

White with #70E260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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