#71D03A

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

Shades of Apple #71D03A

Tints of Apple #71D03A

Color information

#71D03A (or 0x71D03A) is unknown color: approx Apple. HEX triplet: 71, D0 and 3A. RGB value is (113,208,58). Sum of RGB (Red+Green+Blue) = 113+208+58=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #71D03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D03A is #8E2FC5. Grayscale: #A3A3A3. Windows color (decimal): -9318342 or 3854449. OLE color: 3854449.

HSL color Cylindrical-coordinate representation of color #71D03A: hue angle of 98º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71D03A is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB11320858-
CMYK0.4600.720.18
HSL98º61.48%52.16%-
HSV(B)98º72.12%81.57%-
XYZ30.1348.9311.86-
YUV162.4969.0392.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 208 (81.64% from 255) = 54.88%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=29.82%
G=54.88%
B=15.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113208580.4600.720.189861.4852.16
Hex71D03A2E04812623d34
Octal16132072560110221427564
Binary11100011101000011101010111001001000100101100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,208,58); }

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

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

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

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

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

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

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