#71EA75

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

Shades of Pastel Green #71EA75

Tints of Pastel Green #71EA75

Color information

#71EA75 (or 0x71EA75) is unknown color: approx Pastel Green. HEX triplet: 71, EA and 75. RGB value is (113,234,117). Sum of RGB (Red+Green+Blue) = 113+234+117=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #71EA75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71EA75 is #8E158A. Grayscale: #B8B8B8. Windows color (decimal): -9311627 or 7727729. OLE color: 7727729.

HSL color Cylindrical-coordinate representation of color #71EA75: hue angle of 121.98º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EA75 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB113234117-
CMYK0.5200.50.08
HSL121.98º74.23%68.04%-
HSV(B)121.98º51.71%91.76%-
XYZ39.4463.6427.03-
YUV184.4889.9177.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.35%
GREEN value IS 234 (91.80% from 255) = 50.43%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=24.35%
G=50.43%
B=25.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132341170.5200.50.08121.9874.2368.04
Hex71EA753403287a4a44
Octal1613521656406210172112104
Binary111000111101010111010111010001100101000111101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71EA75; }

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

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

<style>
 a { background-color: #71EA75; }

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

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

<style>
 span { border-color: #71EA75; }

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

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