Html Css Color HEX #70D968 Pastel Green

📋 copy color: '#70D968'

red 112 ◦ green 217 ◦ blue 104

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

Shades of Pastel Green #70D968

Tints of Pastel Green #70D968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.12%

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 25.87%
G = 50.12%
B = 24.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#70D968 (or 0x70D968) is known color: Pastel Green. HEX triplet: 70, D9 and 68. RGB value is (112,217,104). Sum of RGB (Red+Green+Blue) = 112+217+104=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #70D968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D968 is #8F2697. Grayscale: #ADADAD. Windows color (decimal): -9381528 or 6871408. OLE color: 6871408.

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

Color convert

RGB 112 217 104 -
CMYK 0.48 0 0.52 0.15
HSL 115.75º 0.6% 0.63% -
HSV(B) 115.75º 0.52% 0.85% -
XYZ 33.99 54.07 21.74 -
YUV 172.72 89.21 84.69 -
System Red Green Blue C M Y K H S L
Decimal 112 217 104 0.48 0 0.52 0.15 115.75 0.6 0.63
Hex 70 D9 68 30 0 34 F 74 3C 3F
Octal 160 331 150 60 0 64 17 164 74 77
Binary 1110000 11011001 1101000 110000 0 110100 1111 1110100 111100 111111

Color Harmonies of #70D968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D968

Black with #70D968

Text Example


Text Example

White with #70D968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,217,104); }

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

background-color css

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

 a { background-color: rgb(112,217,104); }

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

border-color css

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

 span { border-color: rgb(112,217,104); }

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