Html Css Color HEX #70CD6D Pastel Green

📋 copy color: '#70CD6D'

red 112 ◦ green 205 ◦ blue 109

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

Shades of Pastel Green #70CD6D

Tints of Pastel Green #70CD6D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.12%

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 26.29%
G = 48.12%
B = 25.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#70CD6D (or 0x70CD6D) is known color: Pastel Green. HEX triplet: 70, CD and 6D. RGB value is (112,205,109). Sum of RGB (Red+Green+Blue) = 112+205+109=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD6D is #8F3292. Grayscale: #A6A6A6. Windows color (decimal): -9384595 or 7196016. OLE color: 7196016.

HSL color Cylindrical-coordinate representation of color #70CD6D: hue angle of 118.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70CD6D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 109 -
CMYK 0.45 0 0.47 0.20
HSL 118.13º 0.49% 0.62% -
HSV(B) 118.13º 0.47% 0.8% -
XYZ 31.27 48.21 22.13 -
YUV 166.25 95.69 89.31 -
System Red Green Blue C M Y K H S L
Decimal 112 205 109 0.45 0 0.47 0.20 118.13 0.49 0.62
Hex 70 CD 6D 2D 0 2F 14 76 31 3E
Octal 160 315 155 55 0 57 24 166 61 76
Binary 1110000 11001101 1101101 101101 0 101111 10100 1110110 110001 111110

Color Harmonies of #70CD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD6D

Black with #70CD6D

Text Example


Text Example

White with #70CD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,205,109); }

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

background-color css

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

 a { background-color: rgb(112,205,109); }

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

border-color css

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

 span { border-color: rgb(112,205,109); }

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