#71CA6B

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

Shades of Pastel Green #71CA6B

Tints of Pastel Green #71CA6B

Color information

#71CA6B (or 0x71CA6B) is unknown color: approx Pastel Green. HEX triplet: 71, CA and 6B. RGB value is (113,202,107). Sum of RGB (Red+Green+Blue) = 113+202+107=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA6B is #8E3594. Grayscale: #A4A4A4. Windows color (decimal): -9319829 or 7064177. OLE color: 7064177.

HSL color Cylindrical-coordinate representation of color #71CA6B: hue angle of 116.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71CA6B is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB113202107-
CMYK0.4400.470.21
HSL116.21º47.26%60.59%-
HSV(B)116.21º47.03%79.22%-
XYZ30.5846.8121.33-
YUV164.5695.5191.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 202 (79.30% from 255) = 47.87%
BLUE value IS 107 (42.19% from 255) = 25.36%
R=26.78%
G=47.87%
B=25.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1132021070.4400.470.21116.2147.2660.59
Hex71CA6B2C02F15742f3d
Octal16131215354057251645775
Binary11100011100101011010111011000101111101011110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,202,107); }

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

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

 a { background-color: rgb(113,202,107); }

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

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

 span { border-color: rgb(113,202,107); }

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