Html Css Color HEX #71B934 Apple

📋 copy color: '#71B934'

red 113 ◦ green 185 ◦ blue 52

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

Shades of Apple #71B934

Tints of Apple #71B934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 32.29%
G = 52.86%
B = 14.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#71B934 (or 0x71B934) is known color: Apple. HEX triplet: 71, B9 and 34. RGB value is (113,185,52). Sum of RGB (Red+Green+Blue) = 113+185+52=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #71B934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B934 is #8E46CB. Grayscale: #949494. Windows color (decimal): -9324236 or 3455345. OLE color: 3455345.

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

Color convert

RGB 113 185 52 -
CMYK 0.39 0 0.72 0.27
HSL 92.48º 0.56% 0.46% -
HSV(B) 92.48º 0.72% 0.73% -
XYZ 24.78 38.46 9.37 -
YUV 148.31 73.65 102.81 -
System Red Green Blue C M Y K H S L
Decimal 113 185 52 0.39 0 0.72 0.27 92.48 0.56 0.46
Hex 71 B9 34 27 0 48 1B 5C 38 2E
Octal 161 271 64 47 0 110 33 134 70 56
Binary 1110001 10111001 110100 100111 0 1001000 11011 1011100 111000 101110

Color Harmonies of #71B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B934

Black with #71B934

Text Example


Text Example

White with #71B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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