Html Css Color HEX #70D369 Pastel Green

📋 copy color: '#70D369'

red 112 ◦ green 211 ◦ blue 105

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

Shades of Pastel Green #70D369

Tints of Pastel Green #70D369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.3%

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

R = 26.17%
G = 49.3%
B = 24.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#70D369 (or 0x70D369) is known color: Pastel Green. HEX triplet: 70, D3 and 69. RGB value is (112,211,105). Sum of RGB (Red+Green+Blue) = 112+211+105=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #70D369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D369 is #8F2C96. Grayscale: #A9A9A9. Windows color (decimal): -9383063 or 6935408. OLE color: 6935408.

HSL color Cylindrical-coordinate representation of color #70D369: hue angle of 116.04º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70D369 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 211 105 -
CMYK 0.47 0 0.50 0.17
HSL 116.04º 0.55% 0.62% -
HSV(B) 116.04º 0.5% 0.83% -
XYZ 32.53 51.05 21.5 -
YUV 169.32 91.7 87.12 -
System Red Green Blue C M Y K H S L
Decimal 112 211 105 0.47 0 0.50 0.17 116.04 0.55 0.62
Hex 70 D3 69 2F 0 32 11 74 37 3E
Octal 160 323 151 57 0 62 21 164 67 76
Binary 1110000 11010011 1101001 101111 0 110010 10001 1110100 110111 111110

Color Harmonies of #70D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D369

Black with #70D369

Text Example


Text Example

White with #70D369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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