#75DA70

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

Shades of Pastel Green #75DA70

Tints of Pastel Green #75DA70

Color information

#75DA70 (or 0x75DA70) is unknown color: approx Pastel Green. HEX triplet: 75, DA and 70. RGB value is (117,218,112). Sum of RGB (Red+Green+Blue) = 117+218+112=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DA70 is #8A258F. Grayscale: #B0B0B0. Windows color (decimal): -9053584 or 7395957. OLE color: 7395957.

HSL color Cylindrical-coordinate representation of color #75DA70: hue angle of 117.17º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75DA70 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB117218112-
CMYK0.4600.490.15
HSL117.17º58.89%64.71%-
HSV(B)117.17º48.62%85.49%-
XYZ35.3355.0924.1-
YUV175.7292.0486.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=26.17%
G=48.77%
B=25.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181120.4600.490.15117.1758.8964.71
Hex75DA702E031F753b41
Octal165332160560611716573101
Binary11101011101101011100001011100110001111111101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75DA70; }

 p { color: rgb(117,218,112); }

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

<style>
 a { background-color: #75DA70; }

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

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

<style>
 span { border-color: #75DA70; }

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

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