Html Css Color HEX #70D368 Pastel Green

📋 copy color: '#70D368'

red 112 ◦ green 211 ◦ blue 104

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

Shades of Pastel Green #70D368

Tints of Pastel Green #70D368

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.41%

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

R = 26.23%
G = 49.41%
B = 24.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#70D368 (or 0x70D368) is known color: Pastel Green. HEX triplet: 70, D3 and 68. RGB value is (112,211,104). Sum of RGB (Red+Green+Blue) = 112+211+104=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #70D368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D368 is #8F2C97. Grayscale: #A9A9A9. Windows color (decimal): -9383064 or 6869872. OLE color: 6869872.

HSL color Cylindrical-coordinate representation of color #70D368: hue angle of 115.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70D368 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 211 104 -
CMYK 0.47 0 0.51 0.17
HSL 115.51º 0.55% 0.62% -
HSV(B) 115.51º 0.51% 0.83% -
XYZ 32.48 51.03 21.24 -
YUV 169.2 91.2 87.2 -
System Red Green Blue C M Y K H S L
Decimal 112 211 104 0.47 0 0.51 0.17 115.51 0.55 0.62
Hex 70 D3 68 2F 0 33 11 74 37 3E
Octal 160 323 150 57 0 63 21 164 67 76
Binary 1110000 11010011 1101000 101111 0 110011 10001 1110100 110111 111110

Color Harmonies of #70D368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D368

Black with #70D368

Text Example


Text Example

White with #70D368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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