#70CD71

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

Shades of Pastel Green #70CD71

Tints of Pastel Green #70CD71

Color information

#70CD71 (or 0x70CD71) is unknown color: approx Pastel Green. HEX triplet: 70, CD and 71. RGB value is (112,205,113). Sum of RGB (Red+Green+Blue) = 112+205+113=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD71 is #8F328E. Grayscale: #A6A6A6. Windows color (decimal): -9384591 or 7458160. OLE color: 7458160.

HSL color Cylindrical-coordinate representation of color #70CD71: hue angle of 120.65º 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 #70CD71 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB112205113-
CMYK0.4500.450.20
HSL120.65º48.19%62.16%-
HSV(B)120.65º45.37%80.39%-
XYZ31.4948.323.29-
YUV166.797.6988.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 205 (80.47% from 255) = 47.67%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=26.05%
G=47.67%
B=26.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051130.4500.450.20120.6548.1962.16
Hex70CD712D02D1479303e
Octal16031516155055241716076
Binary11100001100110111100011011010101101101001111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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