#70CD7A

Color #70CD7A Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #70CD7A

Tints of Pastel Green #70CD7A

Color information

#70CD7A (or 0x70CD7A) is unknown color: approx Pastel Green. HEX triplet: 70, CD and 7A. RGB value is (112,205,122). Sum of RGB (Red+Green+Blue) = 112+205+122=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD7A is #8F3285. Grayscale: #A7A7A7. Windows color (decimal): -9384582 or 8047984. OLE color: 8047984.

HSL color Cylindrical-coordinate representation of color #70CD7A: hue angle of 126.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CD7A is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB112205122-
CMYK0.4500.400.20
HSL126.45º48.19%62.16%-
HSV(B)126.45º45.37%80.39%-
XYZ32.0348.5126.09-
YUV167.73102.1988.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 205 (80.47% from 255) = 46.70%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=25.51%
G=46.70%
B=27.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051220.4500.400.20126.4548.1962.16
Hex70CD7A2D028147e303e
Octal16031517255050241766076
Binary11100001100110111110101011010101000101001111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,122); }

 H1.HeaderClassName
 {
   color: #70CD7A;
 }
 .AnyTagClassName
 {
   color: #70CD7A;
 }
</style>
background-color css

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

 a { background-color: rgb(112,205,122); }

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

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

 span { border-color: rgb(112,205,122); }

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