#75CA74

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

Shades of Pastel Green #75CA74

Tints of Pastel Green #75CA74

Color information

#75CA74 (or 0x75CA74) is unknown color: approx Pastel Green. HEX triplet: 75, CA and 74. RGB value is (117,202,116). Sum of RGB (Red+Green+Blue) = 117+202+116=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA74 is #8A358B. Grayscale: #A7A7A7. Windows color (decimal): -9057676 or 7654005. OLE color: 7654005.

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

Color convert

RGB117202116-
CMYK0.4200.430.21
HSL119.3º44.79%62.35%-
HSV(B)119.3º42.57%79.22%-
XYZ31.6147.2823.98-
YUV166.7899.3492.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=26.90%
G=46.44%
B=26.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1172021160.4200.430.21119.344.7962.35
Hex75CA742A02B15772d3e
Octal16531216452053251675576
Binary11101011100101011101001010100101011101011110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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