Html Css Color HEX #71BB34 Apple

📋 copy color: '#71BB34'

red 113 ◦ green 187 ◦ blue 52

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

Shades of Apple #71BB34

Tints of Apple #71BB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.13%

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

R = 32.1%
G = 53.13%
B = 14.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#71BB34 (or 0x71BB34) is known color: Apple. HEX triplet: 71, BB and 34. RGB value is (113,187,52). Sum of RGB (Red+Green+Blue) = 113+187+52=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB34 is #8E44CB. Grayscale: #959595. Windows color (decimal): -9323724 or 3455857. OLE color: 3455857.

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

Color convert

RGB 113 187 52 -
CMYK 0.40 0 0.72 0.27
HSL 92.89º 0.56% 0.47% -
HSV(B) 92.89º 0.72% 0.73% -
XYZ 25.2 39.3 9.51 -
YUV 149.48 72.98 101.98 -
System Red Green Blue C M Y K H S L
Decimal 113 187 52 0.40 0 0.72 0.27 92.89 0.56 0.47
Hex 71 BB 34 28 0 48 1B 5D 38 2F
Octal 161 273 64 50 0 110 33 135 70 57
Binary 1110001 10111011 110100 101000 0 1001000 11011 1011101 111000 101111

Color Harmonies of #71BB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BB34

Black with #71BB34

Text Example


Text Example

White with #71BB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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