Html Css Color HEX #70D062 Pastel Green

📋 copy color: '#70D062'

red 112 ◦ green 208 ◦ blue 98

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

Shades of Pastel Green #70D062

Tints of Pastel Green #70D062

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.76%

 BLUE value IS 98 (38.67% from 255) = 23.44%

R = 26.79%
G = 49.76%
B = 23.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#70D062 (or 0x70D062) is known color: Pastel Green. HEX triplet: 70, D0 and 62. RGB value is (112,208,98). Sum of RGB (Red+Green+Blue) = 112+208+98=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #70D062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D062 is #8F2F9D. Grayscale: #A7A7A7. Windows color (decimal): -9383838 or 6475888. OLE color: 6475888.

HSL color Cylindrical-coordinate representation of color #70D062: hue angle of 112.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D062 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 208 98 -
CMYK 0.46 0 0.53 0.18
HSL 112.36º 0.54% 0.6% -
HSV(B) 112.36º 0.53% 0.82% -
XYZ 31.44 49.44 19.44 -
YUV 166.76 89.2 88.94 -
System Red Green Blue C M Y K H S L
Decimal 112 208 98 0.46 0 0.53 0.18 112.36 0.54 0.6
Hex 70 D0 62 2E 0 35 12 70 36 3C
Octal 160 320 142 56 0 65 22 160 66 74
Binary 1110000 11010000 1100010 101110 0 110101 10010 1110000 110110 111100

Color Harmonies of #70D062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D062

Black with #70D062

Text Example


Text Example

White with #70D062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,208,98); }

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

background-color css

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

 a { background-color: rgb(112,208,98); }

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

border-color css

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

 span { border-color: rgb(112,208,98); }

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