Html Css Color HEX #70D069 Pastel Green

📋 copy color: '#70D069'

red 112 ◦ green 208 ◦ blue 105

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

Shades of Pastel Green #70D069

Tints of Pastel Green #70D069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.71%

R = 26.35%
G = 48.94%
B = 24.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#70D069 (or 0x70D069) is known color: Pastel Green. HEX triplet: 70, D0 and 69. RGB value is (112,208,105). Sum of RGB (Red+Green+Blue) = 112+208+105=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #70D069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D069 is #8F2F96. Grayscale: #A7A7A7. Windows color (decimal): -9383831 or 6934640. OLE color: 6934640.

HSL color Cylindrical-coordinate representation of color #70D069: hue angle of 115.92º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70D069 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 208 105 -
CMYK 0.46 0 0.50 0.18
HSL 115.92º 0.52% 0.61% -
HSV(B) 115.92º 0.5% 0.82% -
XYZ 31.79 49.58 21.26 -
YUV 167.55 92.7 88.38 -
System Red Green Blue C M Y K H S L
Decimal 112 208 105 0.46 0 0.50 0.18 115.92 0.52 0.61
Hex 70 D0 69 2E 0 32 12 74 34 3D
Octal 160 320 151 56 0 62 22 164 64 75
Binary 1110000 11010000 1101001 101110 0 110010 10010 1110100 110100 111101

Color Harmonies of #70D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D069

Black with #70D069

Text Example


Text Example

White with #70D069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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