Html Css Color HEX #70D85C Pastel Green

📋 copy color: '#70D85C'

red 112 ◦ green 216 ◦ blue 92

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

Shades of Pastel Green #70D85C

Tints of Pastel Green #70D85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.43%

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 26.67%
G = 51.43%
B = 21.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#70D85C (or 0x70D85C) is known color: Pastel Green. HEX triplet: 70, D8 and 5C. RGB value is (112,216,92). Sum of RGB (Red+Green+Blue) = 112+216+92=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #70D85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D85C is #8F27A3. Grayscale: #ABABAB. Windows color (decimal): -9381796 or 6084720. OLE color: 6084720.

HSL color Cylindrical-coordinate representation of color #70D85C: hue angle of 110.32º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70D85C is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 92 -
CMYK 0.48 0 0.57 0.15
HSL 110.32º 0.61% 0.6% -
HSV(B) 110.32º 0.57% 0.85% -
XYZ 33.17 53.33 18.67 -
YUV 170.77 83.54 86.08 -
System Red Green Blue C M Y K H S L
Decimal 112 216 92 0.48 0 0.57 0.15 110.32 0.61 0.6
Hex 70 D8 5C 30 0 39 F 6E 3D 3C
Octal 160 330 134 60 0 71 17 156 75 74
Binary 1110000 11011000 1011100 110000 0 111001 1111 1101110 111101 111100

Color Harmonies of #70D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D85C

Black with #70D85C

Text Example


Text Example

White with #70D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,216,92); }

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

background-color css

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

 a { background-color: rgb(112,216,92); }

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

border-color css

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

 span { border-color: rgb(112,216,92); }

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