Html Css Color HEX #71BC3D Apple

📋 copy color: '#71BC3D'

red 113 ◦ green 188 ◦ blue 61

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

Shades of Apple #71BC3D

Tints of Apple #71BC3D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

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

R = 31.22%
G = 51.93%
B = 16.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#71BC3D (or 0x71BC3D) is known color: Apple. HEX triplet: 71, BC and 3D. RGB value is (113,188,61). Sum of RGB (Red+Green+Blue) = 113+188+61=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC3D is #8E43C2. Grayscale: #979797. Windows color (decimal): -9323459 or 4045937. OLE color: 4045937.

HSL color Cylindrical-coordinate representation of color #71BC3D: hue angle of 95.43º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71BC3D is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 188 61 -
CMYK 0.40 0 0.68 0.26
HSL 95.43º 0.51% 0.49% -
HSV(B) 95.43º 0.68% 0.74% -
XYZ 25.64 39.81 10.75 -
YUV 151.1 77.15 100.83 -
System Red Green Blue C M Y K H S L
Decimal 113 188 61 0.40 0 0.68 0.26 95.43 0.51 0.49
Hex 71 BC 3D 28 0 44 1A 5F 33 31
Octal 161 274 75 50 0 104 32 137 63 61
Binary 1110001 10111100 111101 101000 0 1000100 11010 1011111 110011 110001

Color Harmonies of #71BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC3D

Black with #71BC3D

Text Example


Text Example

White with #71BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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