#75D66C

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

Shades of Pastel Green #75D66C

Tints of Pastel Green #75D66C

Color information

#75D66C (or 0x75D66C) is unknown color: approx Pastel Green. HEX triplet: 75, D6 and 6C. RGB value is (117,214,108). Sum of RGB (Red+Green+Blue) = 117+214+108=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #75D66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D66C is #8A2993. Grayscale: #ADADAD. Windows color (decimal): -9054612 or 7132789. OLE color: 7132789.

HSL color Cylindrical-coordinate representation of color #75D66C: hue angle of 114.91º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75D66C is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB117214108-
CMYK0.4500.500.16
HSL114.91º56.38%63.14%-
HSV(B)114.91º49.53%83.92%-
XYZ34.0952.9622.61-
YUV172.9191.3688.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 214 (83.98% from 255) = 48.75%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=26.65%
G=48.75%
B=24.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141080.4500.500.16114.9156.3863.14
Hex75D66C2D0321073383f
Octal16532615455062201637077
Binary11101011101011011011001011010110010100001110011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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