Html Css Color HEX #70D668 Pastel Green

📋 copy color: '#70D668'

red 112 ◦ green 214 ◦ blue 104

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

Shades of Pastel Green #70D668

Tints of Pastel Green #70D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.77%

 BLUE value IS 104 (41.02% from 255) = 24.19%

R = 26.05%
G = 49.77%
B = 24.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#70D668 (or 0x70D668) is known color: Pastel Green. HEX triplet: 70, D6 and 68. RGB value is (112,214,104). Sum of RGB (Red+Green+Blue) = 112+214+104=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #70D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D668 is #8F2997. Grayscale: #ABABAB. Windows color (decimal): -9382296 or 6870640. OLE color: 6870640.

HSL color Cylindrical-coordinate representation of color #70D668: hue angle of 115.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70D668 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 104 -
CMYK 0.48 0 0.51 0.16
HSL 115.64º 0.57% 0.62% -
HSV(B) 115.64º 0.51% 0.84% -
XYZ 33.23 52.54 21.49 -
YUV 170.96 90.21 85.94 -
System Red Green Blue C M Y K H S L
Decimal 112 214 104 0.48 0 0.51 0.16 115.64 0.57 0.62
Hex 70 D6 68 30 0 33 10 74 39 3E
Octal 160 326 150 60 0 63 20 164 71 76
Binary 1110000 11010110 1101000 110000 0 110011 10000 1110100 111001 111110

Color Harmonies of #70D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D668

Black with #70D668

Text Example


Text Example

White with #70D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,214,104); }

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

background-color css

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

 a { background-color: rgb(112,214,104); }

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

border-color css

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

 span { border-color: rgb(112,214,104); }

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