Html Css Color HEX #71B64B Apple

📋 copy color: '#71B64B'

red 113 ◦ green 182 ◦ blue 75

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

Shades of Apple #71B64B

Tints of Apple #71B64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 30.54%
G = 49.19%
B = 20.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#71B64B (or 0x71B64B) is known color: Apple. HEX triplet: 71, B6 and 4B. RGB value is (113,182,75). Sum of RGB (Red+Green+Blue) = 113+182+75=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #71B64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B64B is #8E49B4. Grayscale: #959595. Windows color (decimal): -9324981 or 4961905. OLE color: 4961905.

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

Color convert

RGB 113 182 75 -
CMYK 0.38 0 0.59 0.29
HSL 98.69º 0.42% 0.5% -
HSV(B) 98.69º 0.59% 0.71% -
XYZ 24.81 37.47 12.58 -
YUV 149.17 86.14 102.2 -
System Red Green Blue C M Y K H S L
Decimal 113 182 75 0.38 0 0.59 0.29 98.69 0.42 0.5
Hex 71 B6 4B 26 0 3B 1D 63 2A 32
Octal 161 266 113 46 0 73 35 143 52 62
Binary 1110001 10110110 1001011 100110 0 111011 11101 1100011 101010 110010

Color Harmonies of #71B64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B64B

Black with #71B64B

Text Example


Text Example

White with #71B64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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