#75D26C

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

Shades of Pastel Green #75D26C

Tints of Pastel Green #75D26C

Color information

#75D26C (or 0x75D26C) is unknown color: approx Pastel Green. HEX triplet: 75, D2 and 6C. RGB value is (117,210,108). Sum of RGB (Red+Green+Blue) = 117+210+108=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #75D26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D26C is #8A2D93. Grayscale: #AAAAAA. Windows color (decimal): -9055636 or 7131765. OLE color: 7131765.

HSL color Cylindrical-coordinate representation of color #75D26C: hue angle of 114.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75D26C is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB117210108-
CMYK0.4400.490.18
HSL114.71º53.12%62.35%-
HSV(B)114.71º48.57%82.35%-
XYZ33.0950.9622.28-
YUV170.5692.6989.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=26.90%
G=48.28%
B=24.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172101080.4400.490.18114.7153.1262.35
Hex75D26C2C0311273353e
Octal16532215454061221636576
Binary11101011101001011011001011000110001100101110011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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