Html Css Color HEX #71B63D Apple

📋 copy color: '#71B63D'

red 113 ◦ green 182 ◦ blue 61

#71B63D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #71B63D

Tints of Apple #71B63D

RGB

 RED value IS 113 (44.53% from 255) = 31.74%

 GREEN value IS 182 (71.48% from 255) = 51.12%

 BLUE value IS 61 (24.22% from 255) = 17.13%

R = 31.74%
G = 51.12%
B = 17.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#71B63D (or 0x71B63D) is known color: Apple. HEX triplet: 71, B6 and 3D. RGB value is (113,182,61). Sum of RGB (Red+Green+Blue) = 113+182+61=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #71B63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B63D is #8E49C2. Grayscale: #939393. Windows color (decimal): -9324995 or 4044401. OLE color: 4044401.

HSL color Cylindrical-coordinate representation of color #71B63D: hue angle of 94.21º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71B63D is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 182 61 -
CMYK 0.38 0 0.66 0.29
HSL 94.21º 0.5% 0.48% -
HSV(B) 94.21º 0.66% 0.71% -
XYZ 24.38 37.3 10.33 -
YUV 147.58 79.14 103.34 -
System Red Green Blue C M Y K H S L
Decimal 113 182 61 0.38 0 0.66 0.29 94.21 0.5 0.48
Hex 71 B6 3D 26 0 42 1D 5E 32 30
Octal 161 266 75 46 0 102 35 136 62 60
Binary 1110001 10110110 111101 100110 0 1000010 11101 1011110 110010 110000

Color Harmonies of #71B63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B63D

Black with #71B63D

Text Example


Text Example

White with #71B63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,182,61); }

 H1.HeaderClassName
 {
   color: #71B63D;
 }
 .AnyTagClassName
 {
   color: #71B63D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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