Html Css Color HEX #71B955 Apple

📋 copy color: '#71B955'

red 113 ◦ green 185 ◦ blue 85

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

Shades of Apple #71B955

Tints of Apple #71B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.3%

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 29.5%
G = 48.3%
B = 22.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#71B955 (or 0x71B955) is known color: Apple. HEX triplet: 71, B9 and 55. RGB value is (113,185,85). Sum of RGB (Red+Green+Blue) = 113+185+85=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #71B955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B955 is #8E46AA. Grayscale: #989898. Windows color (decimal): -9324203 or 5618033. OLE color: 5618033.

HSL color Cylindrical-coordinate representation of color #71B955: hue angle of 103.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71B955 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 185 85 -
CMYK 0.39 0 0.54 0.27
HSL 103.2º 0.42% 0.53% -
HSV(B) 103.2º 0.54% 0.73% -
XYZ 25.8 38.86 14.74 -
YUV 152.07 90.15 100.13 -
System Red Green Blue C M Y K H S L
Decimal 113 185 85 0.39 0 0.54 0.27 103.2 0.42 0.53
Hex 71 B9 55 27 0 36 1B 67 2A 35
Octal 161 271 125 47 0 66 33 147 52 65
Binary 1110001 10111001 1010101 100111 0 110110 11011 1100111 101010 110101

Color Harmonies of #71B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B955

Black with #71B955

Text Example


Text Example

White with #71B955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,185,85); }

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

background-color css

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

 a { background-color: rgb(113,185,85); }

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

border-color css

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

 span { border-color: rgb(113,185,85); }

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