#75CF71

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

Shades of Pastel Green #75CF71

Tints of Pastel Green #75CF71

Color information

#75CF71 (or 0x75CF71) is unknown color: approx Pastel Green. HEX triplet: 75, CF and 71. RGB value is (117,207,113). Sum of RGB (Red+Green+Blue) = 117+207+113=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF71 is #8A308E. Grayscale: #A9A9A9. Windows color (decimal): -9056399 or 7458677. OLE color: 7458677.

HSL color Cylindrical-coordinate representation of color #75CF71: hue angle of 117.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75CF71 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB117207113-
CMYK0.4300.450.19
HSL117.45º49.47%62.75%-
HSV(B)117.45º45.41%81.18%-
XYZ32.6349.623.48-
YUV169.3796.1890.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 207 (81.25% from 255) = 47.37%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=26.77%
G=47.37%
B=25.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1172071130.4300.450.19117.4549.4762.75
Hex75CF712B02D1375313f
Octal16531716153055231656177
Binary11101011100111111100011010110101101100111110101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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