Html Css Color HEX #71BA45 Apple

📋 copy color: '#71BA45'

red 113 ◦ green 186 ◦ blue 69

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

Shades of Apple #71BA45

Tints of Apple #71BA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.54%

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 30.71%
G = 50.54%
B = 18.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#71BA45 (or 0x71BA45) is known color: Apple. HEX triplet: 71, BA and 45. RGB value is (113,186,69). Sum of RGB (Red+Green+Blue) = 113+186+69=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA45 is #8E45BA. Grayscale: #979797. Windows color (decimal): -9323963 or 4569713. OLE color: 4569713.

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

Color convert

RGB 113 186 69 -
CMYK 0.39 0 0.63 0.27
HSL 97.44º 0.46% 0.5% -
HSV(B) 97.44º 0.63% 0.73% -
XYZ 25.44 39.06 11.83 -
YUV 150.84 81.82 101.01 -
System Red Green Blue C M Y K H S L
Decimal 113 186 69 0.39 0 0.63 0.27 97.44 0.46 0.5
Hex 71 BA 45 27 0 3F 1B 61 2E 32
Octal 161 272 105 47 0 77 33 141 56 62
Binary 1110001 10111010 1000101 100111 0 111111 11011 1100001 101110 110010

Color Harmonies of #71BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA45

Black with #71BA45

Text Example


Text Example

White with #71BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,186,69); }

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

background-color css

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

 a { background-color: rgb(113,186,69); }

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

border-color css

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

 span { border-color: rgb(113,186,69); }

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