#75D67D

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

Shades of Pastel Green #75D67D

Tints of Pastel Green #75D67D

Color information

#75D67D (or 0x75D67D) is unknown color: approx Pastel Green. HEX triplet: 75, D6 and 7D. RGB value is (117,214,125). Sum of RGB (Red+Green+Blue) = 117+214+125=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #75D67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D67D is #8A2982. Grayscale: #AFAFAF. Windows color (decimal): -9054595 or 8246901. OLE color: 8246901.

HSL color Cylindrical-coordinate representation of color #75D67D: hue angle of 124.95º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D67D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB117214125-
CMYK0.4500.420.16
HSL124.95º54.19%64.9%-
HSV(B)124.95º45.33%83.92%-
XYZ35.0853.3627.85-
YUV174.8599.8686.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.66%
GREEN value IS 214 (83.98% from 255) = 46.93%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=25.66%
G=46.93%
B=27.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141250.4500.420.16124.9554.1964.9
Hex75D67D2D02A107d3641
Octal165326175550522017566101
Binary111010111010110111110110110101010101000011111011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,214,125); }

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

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

 a { background-color: rgb(117,214,125); }

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

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

 span { border-color: rgb(117,214,125); }

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