#71EB74

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

Shades of Pastel Green #71EB74

Tints of Pastel Green #71EB74

Color information

#71EB74 (or 0x71EB74) is unknown color: approx Pastel Green. HEX triplet: 71, EB and 74. RGB value is (113,235,116). Sum of RGB (Red+Green+Blue) = 113+235+116=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #71EB74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71EB74 is #8E148B. Grayscale: #B9B9B9. Windows color (decimal): -9311372 or 7662449. OLE color: 7662449.

HSL color Cylindrical-coordinate representation of color #71EB74: hue angle of 121.48º degrees, saturation: 0.75, 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 #71EB74 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB113235116-
CMYK0.5200.510.08
HSL121.48º75.31%68.24%-
HSV(B)121.48º51.91%92.16%-
XYZ39.6764.1926.82-
YUV184.9689.0876.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.35%
GREEN value IS 235 (92.19% from 255) = 50.65%
BLUE value IS 116 (45.70% from 255) = 25%
R=24.35%
G=50.65%
B=25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132351160.5200.510.08121.4875.3168.24
Hex71EB74340338794b44
Octal1613531646406310171113104
Binary111000111101011111010011010001100111000111100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,235,116); }

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

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

 a { background-color: rgb(113,235,116); }

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

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

 span { border-color: rgb(113,235,116); }

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