#70E66B

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

Shades of Pastel Green #70E66B

Tints of Pastel Green #70E66B

Color information

#70E66B (or 0x70E66B) is unknown color: approx Pastel Green. HEX triplet: 70, E6 and 6B. RGB value is (112,230,107). Sum of RGB (Red+Green+Blue) = 112+230+107=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #70E66B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E66B is #8F1994. Grayscale: #B5B5B5. Windows color (decimal): -9378197 or 7071344. OLE color: 7071344.

HSL color Cylindrical-coordinate representation of color #70E66B: hue angle of 117.56º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70E66B is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB112230107-
CMYK0.5100.530.10
HSL117.56º71.1%66.08%-
HSV(B)117.56º53.48%90.2%-
XYZ37.6361.123.72-
YUV180.786.4179-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 230 (90.23% from 255) = 51.22%
BLUE value IS 107 (42.19% from 255) = 23.83%
R=24.94%
G=51.22%
B=23.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122301070.5100.530.10117.5671.166.08
Hex70E66B33035A764742
Octal1603461536306512166107102
Binary111000011100110110101111001101101011010111011010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,230,107); }

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

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

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

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

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

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

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