#70CB66

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

Shades of Pastel Green #70CB66

Tints of Pastel Green #70CB66

Color information

#70CB66 (or 0x70CB66) is unknown color: approx Pastel Green. HEX triplet: 70, CB and 66. RGB value is (112,203,102). Sum of RGB (Red+Green+Blue) = 112+203+102=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB66 is #8F3499. Grayscale: #A4A4A4. Windows color (decimal): -9385114 or 6736752. OLE color: 6736752.

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

Color convert

RGB112203102-
CMYK0.4500.500.20
HSL114.06º49.27%59.8%-
HSV(B)114.06º49.75%79.61%-
XYZ30.4447.1220.06-
YUV164.2892.8590.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 203 (79.69% from 255) = 48.68%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=26.86%
G=48.68%
B=24.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031020.4500.500.20114.0649.2759.8
Hex70CB662D0321472313c
Octal16031314655062241626174
Binary11100001100101111001101011010110010101001110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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