Html Css Color HEX #70D567 Pastel Green

📋 copy color: '#70D567'

red 112 ◦ green 213 ◦ blue 103

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

Shades of Pastel Green #70D567

Tints of Pastel Green #70D567

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.77%

 BLUE value IS 103 (40.63% from 255) = 24.07%

R = 26.17%
G = 49.77%
B = 24.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#70D567 (or 0x70D567) is known color: Pastel Green. HEX triplet: 70, D5 and 67. RGB value is (112,213,103). Sum of RGB (Red+Green+Blue) = 112+213+103=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #70D567 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D567 is #8F2A98. Grayscale: #AAAAAA. Windows color (decimal): -9382553 or 6804848. OLE color: 6804848.

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

Color convert

RGB 112 213 103 -
CMYK 0.47 0 0.52 0.16
HSL 115.09º 0.57% 0.62% -
HSV(B) 115.09º 0.52% 0.84% -
XYZ 32.92 52.01 21.14 -
YUV 170.26 90.04 86.44 -
System Red Green Blue C M Y K H S L
Decimal 112 213 103 0.47 0 0.52 0.16 115.09 0.57 0.62
Hex 70 D5 67 2F 0 34 10 73 39 3E
Octal 160 325 147 57 0 64 20 163 71 76
Binary 1110000 11010101 1100111 101111 0 110100 10000 1110011 111001 111110

Color Harmonies of #70D567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D567

Black with #70D567

Text Example


Text Example

White with #70D567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,213,103); }

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

background-color css

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

 a { background-color: rgb(112,213,103); }

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

border-color css

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

 span { border-color: rgb(112,213,103); }

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