Html Css Color HEX #70CA6D Pastel Green

📋 copy color: '#70CA6D'

red 112 ◦ green 202 ◦ blue 109

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

Shades of Pastel Green #70CA6D

Tints of Pastel Green #70CA6D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.75%

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

R = 26.48%
G = 47.75%
B = 25.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#70CA6D (or 0x70CA6D) is known color: Pastel Green. HEX triplet: 70, CA and 6D. RGB value is (112,202,109). Sum of RGB (Red+Green+Blue) = 112+202+109=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA6D is #8F3592. Grayscale: #A4A4A4. Windows color (decimal): -9385363 or 7195248. OLE color: 7195248.

HSL color Cylindrical-coordinate representation of color #70CA6D: hue angle of 118.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CA6D is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 109 -
CMYK 0.45 0 0.46 0.21
HSL 118.06º 0.47% 0.61% -
HSV(B) 118.06º 0.46% 0.79% -
XYZ 30.56 46.79 21.89 -
YUV 164.49 96.68 90.56 -
System Red Green Blue C M Y K H S L
Decimal 112 202 109 0.45 0 0.46 0.21 118.06 0.47 0.61
Hex 70 CA 6D 2D 0 2E 15 76 2F 3D
Octal 160 312 155 55 0 56 25 166 57 75
Binary 1110000 11001010 1101101 101101 0 101110 10101 1110110 101111 111101

Color Harmonies of #70CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CA6D

Black with #70CA6D

Text Example


Text Example

White with #70CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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