Html Css Color HEX #70D463 Pastel Green

📋 copy color: '#70D463'

red 112 ◦ green 212 ◦ blue 99

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

Shades of Pastel Green #70D463

Tints of Pastel Green #70D463

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.12%

 BLUE value IS 99 (39.06% from 255) = 23.4%

R = 26.48%
G = 50.12%
B = 23.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#70D463 (or 0x70D463) is known color: Pastel Green. HEX triplet: 70, D4 and 63. RGB value is (112,212,99). Sum of RGB (Red+Green+Blue) = 112+212+99=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #70D463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D463 is #8F2B9C. Grayscale: #A9A9A9. Windows color (decimal): -9382813 or 6542448. OLE color: 6542448.

HSL color Cylindrical-coordinate representation of color #70D463: hue angle of 113.1º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D463 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 212 99 -
CMYK 0.47 0 0.53 0.17
HSL 113.1º 0.57% 0.61% -
HSV(B) 113.1º 0.53% 0.83% -
XYZ 32.48 51.43 20.02 -
YUV 169.22 88.37 87.19 -
System Red Green Blue C M Y K H S L
Decimal 112 212 99 0.47 0 0.53 0.17 113.1 0.57 0.61
Hex 70 D4 63 2F 0 35 11 71 39 3D
Octal 160 324 143 57 0 65 21 161 71 75
Binary 1110000 11010100 1100011 101111 0 110101 10001 1110001 111001 111101

Color Harmonies of #70D463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D463

Black with #70D463

Text Example


Text Example

White with #70D463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,212,99); }

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

background-color css

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

 a { background-color: rgb(112,212,99); }

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

border-color css

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

 span { border-color: rgb(112,212,99); }

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