#71D634

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

Shades of Apple #71D634

Tints of Apple #71D634

Color information

#71D634 (or 0x71D634) is unknown color: approx Apple. HEX triplet: 71, D6 and 34. RGB value is (113,214,52). Sum of RGB (Red+Green+Blue) = 113+214+52=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #71D634 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D634 is #8E29CB. Grayscale: #A5A5A5. Windows color (decimal): -9316812 or 3462769. OLE color: 3462769.

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

Color convert

RGB11321452-
CMYK0.4700.760.16
HSL97.41º66.39%52.16%-
HSV(B)97.41º75.7%83.92%-
XYZ31.4851.8511.6-
YUV165.3364.0490.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 214 (83.98% from 255) = 56.46%
BLUE value IS 52 (20.70% from 255) = 13.72%
R=29.82%
G=56.46%
B=13.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal113214520.4700.760.1697.4166.3952.16
Hex71D6342F04C10614234
Octal161326645701142014110264
Binary111000111010110110100101111010011001000011000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,214,52); }

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

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

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

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

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

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

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