#75CC6C

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

Shades of Pastel Green #75CC6C

Tints of Pastel Green #75CC6C

Color information

#75CC6C (or 0x75CC6C) is unknown color: approx Pastel Green. HEX triplet: 75, CC and 6C. RGB value is (117,204,108). Sum of RGB (Red+Green+Blue) = 117+204+108=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CC6C is #8A3393. Grayscale: #A7A7A7. Windows color (decimal): -9057172 or 7130229. OLE color: 7130229.

HSL color Cylindrical-coordinate representation of color #75CC6C: hue angle of 114.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75CC6C is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB117204108-
CMYK0.4300.470.2
HSL114.38º48.48%61.18%-
HSV(B)114.38º47.06%80%-
XYZ31.6448.0521.79-
YUV167.0494.6892.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=27.27%
G=47.55%
B=25.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1172041080.4300.470.2114.3848.4861.18
Hex75CC6C2B02F1472303d
Octal16531415453057241626075
Binary11101011100110011011001010110101111101001110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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