Html Css Color HEX #70DA63 Pastel Green

📋 copy color: '#70DA63'

red 112 ◦ green 218 ◦ blue 99

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

Shades of Pastel Green #70DA63

Tints of Pastel Green #70DA63

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.82%

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

R = 26.11%
G = 50.82%
B = 23.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#70DA63 (or 0x70DA63) is known color: Pastel Green. HEX triplet: 70, DA and 63. RGB value is (112,218,99). Sum of RGB (Red+Green+Blue) = 112+218+99=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA63 is #8F259C. Grayscale: #ADADAD. Windows color (decimal): -9381277 or 6543984. OLE color: 6543984.

HSL color Cylindrical-coordinate representation of color #70DA63: hue angle of 113.45º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DA63 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 99 -
CMYK 0.49 0 0.55 0.15
HSL 113.45º 0.62% 0.62% -
HSV(B) 113.45º 0.55% 0.85% -
XYZ 34.01 54.49 20.53 -
YUV 172.74 86.38 84.68 -
System Red Green Blue C M Y K H S L
Decimal 112 218 99 0.49 0 0.55 0.15 113.45 0.62 0.62
Hex 70 DA 63 31 0 37 F 71 3E 3E
Octal 160 332 143 61 0 67 17 161 76 76
Binary 1110000 11011010 1100011 110001 0 110111 1111 1110001 111110 111110

Color Harmonies of #70DA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA63

Black with #70DA63

Text Example


Text Example

White with #70DA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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