#70CC65

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

Shades of Pastel Green #70CC65

Tints of Pastel Green #70CC65

Color information

#70CC65 (or 0x70CC65) is unknown color: approx Pastel Green. HEX triplet: 70, CC and 65. RGB value is (112,204,101). Sum of RGB (Red+Green+Blue) = 112+204+101=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC65 is #8F339A. Grayscale: #A5A5A5. Windows color (decimal): -9384859 or 6671472. OLE color: 6671472.

HSL color Cylindrical-coordinate representation of color #70CC65: hue angle of 113.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CC65 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB112204101-
CMYK0.4500.500.2
HSL113.59º50.24%59.8%-
HSV(B)113.59º50.49%80%-
XYZ30.6247.5719.88-
YUV164.7592.0290.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=26.86%
G=48.92%
B=24.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1122041010.4500.500.2113.5950.2459.8
Hex70CC652D0321472323c
Octal16031414555062241626274
Binary11100001100110011001011011010110010101001110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,204,101); }

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

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

 a { background-color: rgb(112,204,101); }

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

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

 span { border-color: rgb(112,204,101); }

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