#75D568

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

Shades of Pastel Green #75D568

Tints of Pastel Green #75D568

Color information

#75D568 (or 0x75D568) is unknown color: approx Pastel Green. HEX triplet: 75, D5 and 68. RGB value is (117,213,104). Sum of RGB (Red+Green+Blue) = 117+213+104=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #75D568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D568 is #8A2A97. Grayscale: #ACACAC. Windows color (decimal): -9054872 or 6870389. OLE color: 6870389.

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

Color convert

RGB117213104-
CMYK0.4500.510.16
HSL112.84º56.48%62.16%-
HSV(B)112.84º51.17%83.53%-
XYZ33.6352.3721.43-
YUV171.8789.788.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 213 (83.59% from 255) = 49.08%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=26.96%
G=49.08%
B=23.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172131040.4500.510.16112.8456.4862.16
Hex75D5682D0331071383e
Octal16532515055063201617076
Binary11101011101010111010001011010110011100001110001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,213,104); }

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

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

 a { background-color: rgb(117,213,104); }

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

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

 span { border-color: rgb(117,213,104); }

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