Html Css Color HEX #70DB61 Pastel Green

📋 copy color: '#70DB61'

red 112 ◦ green 219 ◦ blue 97

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

Shades of Pastel Green #70DB61

Tints of Pastel Green #70DB61

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.17%

 BLUE value IS 97 (38.28% from 255) = 22.66%

R = 26.17%
G = 51.17%
B = 22.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#70DB61 (or 0x70DB61) is known color: Pastel Green. HEX triplet: 70, DB and 61. RGB value is (112,219,97). Sum of RGB (Red+Green+Blue) = 112+219+97=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB61 is #8F249E. Grayscale: #ADADAD. Windows color (decimal): -9381023 or 6413168. OLE color: 6413168.

HSL color Cylindrical-coordinate representation of color #70DB61: hue angle of 112.62º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DB61 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 97 -
CMYK 0.49 0 0.56 0.14
HSL 112.62º 0.63% 0.62% -
HSV(B) 112.62º 0.56% 0.86% -
XYZ 34.17 54.97 20.12 -
YUV 173.1 85.05 84.42 -
System Red Green Blue C M Y K H S L
Decimal 112 219 97 0.49 0 0.56 0.14 112.62 0.63 0.62
Hex 70 DB 61 31 0 38 E 71 3F 3E
Octal 160 333 141 61 0 70 16 161 77 76
Binary 1110000 11011011 1100001 110001 0 111000 1110 1110001 111111 111110

Color Harmonies of #70DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DB61

Black with #70DB61

Text Example


Text Example

White with #70DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,219,97); }

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

background-color css

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

 a { background-color: rgb(112,219,97); }

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

border-color css

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

 span { border-color: rgb(112,219,97); }

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