Html Css Color HEX #70DA65 Pastel Green

📋 copy color: '#70DA65'

red 112 ◦ green 218 ◦ blue 101

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

Shades of Pastel Green #70DA65

Tints of Pastel Green #70DA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 25.99%
G = 50.58%
B = 23.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#70DA65 (or 0x70DA65) is known color: Pastel Green. HEX triplet: 70, DA and 65. RGB value is (112,218,101). Sum of RGB (Red+Green+Blue) = 112+218+101=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA65 is #8F259A. Grayscale: #ADADAD. Windows color (decimal): -9381275 or 6675056. OLE color: 6675056.

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

Color convert

RGB 112 218 101 -
CMYK 0.49 0 0.54 0.15
HSL 114.36º 0.61% 0.63% -
HSV(B) 114.36º 0.54% 0.85% -
XYZ 34.1 54.53 21.04 -
YUV 172.97 87.38 84.51 -
System Red Green Blue C M Y K H S L
Decimal 112 218 101 0.49 0 0.54 0.15 114.36 0.61 0.63
Hex 70 DA 65 31 0 36 F 72 3D 3F
Octal 160 332 145 61 0 66 17 162 75 77
Binary 1110000 11011010 1100101 110001 0 110110 1111 1110010 111101 111111

Color Harmonies of #70DA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA65

Black with #70DA65

Text Example


Text Example

White with #70DA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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