#75CA7A

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

Shades of Pastel Green #75CA7A

Tints of Pastel Green #75CA7A

Color information

#75CA7A (or 0x75CA7A) is unknown color: approx Pastel Green. HEX triplet: 75, CA and 7A. RGB value is (117,202,122). Sum of RGB (Red+Green+Blue) = 117+202+122=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA7A is #8A3585. Grayscale: #A7A7A7. Windows color (decimal): -9057670 or 8047221. OLE color: 8047221.

HSL color Cylindrical-coordinate representation of color #75CA7A: hue angle of 123.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CA7A is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB117202122-
CMYK0.4200.400.21
HSL123.53º44.5%62.55%-
HSV(B)123.53º42.08%79.22%-
XYZ31.9747.4325.88-
YUV167.46102.3492-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=26.53%
G=45.80%
B=27.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021220.4200.400.21123.5344.562.55
Hex75CA7A2A028157c2d3f
Octal16531217252050251745577
Binary11101011100101011110101010100101000101011111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,202,122); }

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

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

 a { background-color: rgb(117,202,122); }

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

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

 span { border-color: rgb(117,202,122); }

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