#70CB70

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

Shades of Pastel Green #70CB70

Tints of Pastel Green #70CB70

Color information

#70CB70 (or 0x70CB70) is unknown color: approx Pastel Green. HEX triplet: 70, CB and 70. RGB value is (112,203,112). Sum of RGB (Red+Green+Blue) = 112+203+112=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB70 is #8F348F. Grayscale: #A5A5A5. Windows color (decimal): -9385104 or 7392112. OLE color: 7392112.

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

Color convert

RGB112203112-
CMYK0.4500.450.20
HSL120º46.67%61.76%-
HSV(B)120º44.83%79.61%-
XYZ30.9647.3322.83-
YUV165.4297.8589.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 203 (79.69% from 255) = 47.54%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=26.23%
G=47.54%
B=26.23%

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
Decimal1122031120.4500.450.2012046.6761.76
Hex70CB702D02D14782f3e
Octal16031316055055241705776
Binary11100001100101111100001011010101101101001111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,112); }

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

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

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

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

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

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

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