Html Css Color HEX #70DC69 Pastel Green

📋 copy color: '#70DC69'

red 112 ◦ green 220 ◦ blue 105

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

Shades of Pastel Green #70DC69

Tints of Pastel Green #70DC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.34%

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

R = 25.63%
G = 50.34%
B = 24.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#70DC69 (or 0x70DC69) is known color: Pastel Green. HEX triplet: 70, DC and 69. RGB value is (112,220,105). Sum of RGB (Red+Green+Blue) = 112+220+105=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC69 is #8F2396. Grayscale: #AEAEAE. Windows color (decimal): -9380759 or 6937712. OLE color: 6937712.

HSL color Cylindrical-coordinate representation of color #70DC69: hue angle of 116.35º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70DC69 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 105 -
CMYK 0.49 0 0.52 0.14
HSL 116.35º 0.62% 0.64% -
HSV(B) 116.35º 0.52% 0.86% -
XYZ 34.83 55.65 22.27 -
YUV 174.6 88.72 83.35 -
System Red Green Blue C M Y K H S L
Decimal 112 220 105 0.49 0 0.52 0.14 116.35 0.62 0.64
Hex 70 DC 69 31 0 34 E 74 3E 40
Octal 160 334 151 61 0 64 16 164 76 100
Binary 1110000 11011100 1101001 110001 0 110100 1110 1110100 111110 1000000

Color Harmonies of #70DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC69

Black with #70DC69

Text Example


Text Example

White with #70DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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