#71D531

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

Shades of Apple #71D531

Tints of Apple #71D531

Color information

#71D531 (or 0x71D531) is unknown color: approx Apple. HEX triplet: 71, D5 and 31. RGB value is (113,213,49). Sum of RGB (Red+Green+Blue) = 113+213+49=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #71D531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D531 is #8E2ACE. Grayscale: #A4A4A4. Windows color (decimal): -9317071 or 3265905. OLE color: 3265905.

HSL color Cylindrical-coordinate representation of color #71D531: hue angle of 96.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71D531 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB11321349-
CMYK0.4700.770.16
HSL96.59º66.13%51.37%-
HSV(B)96.59º77%83.53%-
XYZ31.1651.3211.17-
YUV164.462.8791.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 213 (83.59% from 255) = 56.8%
BLUE value IS 49 (19.53% from 255) = 13.07%
R=30.13%
G=56.8%
B=13.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal113213490.4700.770.1696.5966.1351.37
Hex71D5312F04D10614233
Octal161325615701152014110263
Binary111000111010101110001101111010011011000011000011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,213,49); }

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

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

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

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

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

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

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