Html Css Color HEX #71B452 Apple

📋 copy color: '#71B452'

red 113 ◦ green 180 ◦ blue 82

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

Shades of Apple #71B452

Tints of Apple #71B452

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48%

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 30.13%
G = 48%
B = 21.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#71B452 (or 0x71B452) is known color: Apple. HEX triplet: 71, B4 and 52. RGB value is (113,180,82). Sum of RGB (Red+Green+Blue) = 113+180+82=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #71B452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B452 is #8E4BAD. Grayscale: #959595. Windows color (decimal): -9325486 or 5420145. OLE color: 5420145.

HSL color Cylindrical-coordinate representation of color #71B452: hue angle of 101.02º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71B452 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 180 82 -
CMYK 0.37 0 0.54 0.29
HSL 101.02º 0.4% 0.51% -
HSV(B) 101.02º 0.54% 0.71% -
XYZ 24.65 36.76 13.78 -
YUV 148.8 90.3 102.47 -
System Red Green Blue C M Y K H S L
Decimal 113 180 82 0.37 0 0.54 0.29 101.02 0.4 0.51
Hex 71 B4 52 25 0 36 1D 65 28 33
Octal 161 264 122 45 0 66 35 145 50 63
Binary 1110001 10110100 1010010 100101 0 110110 11101 1100101 101000 110011

Color Harmonies of #71B452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B452

Black with #71B452

Text Example


Text Example

White with #71B452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,180,82); }

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

background-color css

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

 a { background-color: rgb(113,180,82); }

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

border-color css

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

 span { border-color: rgb(113,180,82); }

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