#71CF71

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

Shades of Pastel Green #71CF71

Tints of Pastel Green #71CF71

Color information

#71CF71 (or 0x71CF71) is unknown color: approx Pastel Green. HEX triplet: 71, CF and 71. RGB value is (113,207,113). Sum of RGB (Red+Green+Blue) = 113+207+113=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF71 is #8E308E. Grayscale: #A8A8A8. Windows color (decimal): -9318543 or 7458673. OLE color: 7458673.

HSL color Cylindrical-coordinate representation of color #71CF71: hue angle of 120º 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 #71CF71 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB113207113-
CMYK0.4500.450.19
HSL120º49.47%62.75%-
HSV(B)120º45.41%81.18%-
XYZ32.149.3323.45-
YUV168.1896.8688.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.10%
GREEN value IS 207 (81.25% from 255) = 47.81%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=26.10%
G=47.81%
B=26.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1132071130.4500.450.1912049.4762.75
Hex71CF712D02D1378313f
Octal16131716155055231706177
Binary11100011100111111100011011010101101100111111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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