#75DB5E

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

Shades of Pastel Green #75DB5E

Tints of Pastel Green #75DB5E

Color information

#75DB5E (or 0x75DB5E) is unknown color: approx Pastel Green. HEX triplet: 75, DB and 5E. RGB value is (117,219,94). Sum of RGB (Red+Green+Blue) = 117+219+94=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB5E is #8A24A1. Grayscale: #AEAEAE. Windows color (decimal): -9053346 or 6216565. OLE color: 6216565.

HSL color Cylindrical-coordinate representation of color #75DB5E: hue angle of 108.96º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75DB5E is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB11721994-
CMYK0.4700.570.14
HSL108.96º63.45%61.37%-
HSV(B)108.96º57.08%85.88%-
XYZ34.6955.2519.43-
YUV174.2582.7187.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 219 (85.94% from 255) = 50.93%
BLUE value IS 94 (37.11% from 255) = 21.86%
R=27.21%
G=50.93%
B=21.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117219940.4700.570.14108.9663.4561.37
Hex75DB5E2F039E6d3f3d
Octal16533313657071161557775
Binary1110101110110111011110101111011100111101101101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,219,94); }

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

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

 a { background-color: rgb(117,219,94); }

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

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

 span { border-color: rgb(117,219,94); }

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