Html Css Color HEX #70DB62 Pastel Green

📋 copy color: '#70DB62'

red 112 ◦ green 219 ◦ blue 98

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

Shades of Pastel Green #70DB62

Tints of Pastel Green #70DB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 26.11%
G = 51.05%
B = 22.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#70DB62 (or 0x70DB62) is known color: Pastel Green. HEX triplet: 70, DB and 62. RGB value is (112,219,98). Sum of RGB (Red+Green+Blue) = 112+219+98=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB62 is #8F249D. Grayscale: #ADADAD. Windows color (decimal): -9381022 or 6478704. OLE color: 6478704.

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

Color convert

RGB 112 219 98 -
CMYK 0.49 0 0.55 0.14
HSL 113.06º 0.63% 0.62% -
HSV(B) 113.06º 0.55% 0.86% -
XYZ 34.22 54.99 20.37 -
YUV 173.21 85.55 84.34 -
System Red Green Blue C M Y K H S L
Decimal 112 219 98 0.49 0 0.55 0.14 113.06 0.63 0.62
Hex 70 DB 62 31 0 37 E 71 3F 3E
Octal 160 333 142 61 0 67 16 161 77 76
Binary 1110000 11011011 1100010 110001 0 110111 1110 1110001 111111 111110

Color Harmonies of #70DB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DB62

Black with #70DB62

Text Example


Text Example

White with #70DB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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