Html Css Color HEX #71BA44 Apple

📋 copy color: '#71BA44'

red 113 ◦ green 186 ◦ blue 68

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

Shades of Apple #71BA44

Tints of Apple #71BA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 30.79%
G = 50.68%
B = 18.53%

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

#71BA44 (or 0x71BA44) is known color: Apple. HEX triplet: 71, BA and 44. RGB value is (113,186,68). Sum of RGB (Red+Green+Blue) = 113+186+68=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA44 is #8E45BB. Grayscale: #979797. Windows color (decimal): -9323964 or 4504177. OLE color: 4504177.

HSL color Cylindrical-coordinate representation of color #71BA44: hue angle of 97.12º 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 #71BA44 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 68 -
CMYK 0.39 0 0.63 0.27
HSL 97.12º 0.46% 0.5% -
HSV(B) 97.12º 0.63% 0.73% -
XYZ 25.41 39.05 11.67 -
YUV 150.72 81.32 101.09 -
System Red Green Blue C M Y K H S L
Decimal 113 186 68 0.39 0 0.63 0.27 97.12 0.46 0.5
Hex 71 BA 44 27 0 3F 1B 61 2E 32
Octal 161 272 104 47 0 77 33 141 56 62
Binary 1110001 10111010 1000100 100111 0 111111 11011 1100001 101110 110010

Color Harmonies of #71BA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA44

Black with #71BA44

Text Example


Text Example

White with #71BA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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