#70CB68

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

Shades of Pastel Green #70CB68

Tints of Pastel Green #70CB68

Color information

#70CB68 (or 0x70CB68) is unknown color: approx Pastel Green. HEX triplet: 70, CB and 68. RGB value is (112,203,104). Sum of RGB (Red+Green+Blue) = 112+203+104=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB68 is #8F3497. Grayscale: #A4A4A4. Windows color (decimal): -9385112 or 6867824. OLE color: 6867824.

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

Color convert

RGB112203104-
CMYK0.4500.490.20
HSL115.15º48.77%60.2%-
HSV(B)115.15º48.77%79.61%-
XYZ30.5447.1620.59-
YUV164.593.8590.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 203 (79.69% from 255) = 48.45%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=26.73%
G=48.45%
B=24.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031040.4500.490.20115.1548.7760.2
Hex70CB682D0311473313c
Octal16031315055061241636174
Binary11100001100101111010001011010110001101001110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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