#75CB71

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

Shades of Pastel Green #75CB71

Tints of Pastel Green #75CB71

Color information

#75CB71 (or 0x75CB71) is unknown color: approx Pastel Green. HEX triplet: 75, CB and 71. RGB value is (117,203,113). Sum of RGB (Red+Green+Blue) = 117+203+113=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB71 is #8A348E. Grayscale: #A7A7A7. Windows color (decimal): -9057423 or 7457653. OLE color: 7457653.

HSL color Cylindrical-coordinate representation of color #75CB71: hue angle of 117.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75CB71 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB117203113-
CMYK0.4200.440.20
HSL117.33º46.39%61.96%-
HSV(B)117.33º44.33%79.61%-
XYZ31.6747.6923.16-
YUV167.0397.5192.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 203 (79.69% from 255) = 46.88%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=27.02%
G=46.88%
B=26.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172031130.4200.440.20117.3346.3961.96
Hex75CB712A02C14752e3e
Octal16531316152054241655676
Binary11101011100101111100011010100101100101001110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,203,113); }

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

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

 a { background-color: rgb(117,203,113); }

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

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

 span { border-color: rgb(117,203,113); }

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