Html Css Color HEX #71BA3D Apple

📋 copy color: '#71BA3D'

red 113 ◦ green 186 ◦ blue 61

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

Shades of Apple #71BA3D

Tints of Apple #71BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.94%

R = 31.39%
G = 51.67%
B = 16.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#71BA3D (or 0x71BA3D) is known color: Apple. HEX triplet: 71, BA and 3D. RGB value is (113,186,61). Sum of RGB (Red+Green+Blue) = 113+186+61=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA3D is #8E45C2. Grayscale: #969696. Windows color (decimal): -9323971 or 4045425. OLE color: 4045425.

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

Color convert

RGB 113 186 61 -
CMYK 0.39 0 0.67 0.27
HSL 95.04º 0.51% 0.48% -
HSV(B) 95.04º 0.67% 0.73% -
XYZ 25.21 38.97 10.61 -
YUV 149.92 77.82 101.66 -
System Red Green Blue C M Y K H S L
Decimal 113 186 61 0.39 0 0.67 0.27 95.04 0.51 0.48
Hex 71 BA 3D 27 0 43 1B 5F 33 30
Octal 161 272 75 47 0 103 33 137 63 60
Binary 1110001 10111010 111101 100111 0 1000011 11011 1011111 110011 110000

Color Harmonies of #71BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA3D

Black with #71BA3D

Text Example


Text Example

White with #71BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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