#70EA68

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

Shades of Pastel Green #70EA68

Tints of Pastel Green #70EA68

Color information

#70EA68 (or 0x70EA68) is unknown color: approx Pastel Green. HEX triplet: 70, EA and 68. RGB value is (112,234,104). Sum of RGB (Red+Green+Blue) = 112+234+104=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EA68 is #8F1597. Grayscale: #B7B7B7. Windows color (decimal): -9377176 or 6875760. OLE color: 6875760.

HSL color Cylindrical-coordinate representation of color #70EA68: hue angle of 116.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70EA68 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB112234104-
CMYK0.5200.560.08
HSL116.31º75.58%66.27%-
HSV(B)116.31º55.56%91.76%-
XYZ38.663.2923.28-
YUV182.783.5877.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 234 (91.80% from 255) = 52%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=24.89%
G=52%
B=23.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341040.5200.560.08116.3175.5866.27
Hex70EA68340388744c42
Octal1603521506407010164114102
Binary111000011101010110100011010001110001000111010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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