Html Css Color HEX #71D832 Apple

📋 copy color: '#71D832'

red 113 ◦ green 216 ◦ blue 50

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

Shades of Apple #71D832

Tints of Apple #71D832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.99%

 BLUE value IS 50 (19.92% from 255) = 13.19%

R = 29.82%
G = 56.99%
B = 13.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#71D832 (or 0x71D832) is known color: Apple. HEX triplet: 71, D8 and 32. RGB value is (113,216,50). Sum of RGB (Red+Green+Blue) = 113+216+50=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #71D832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D832 is #8E27CD. Grayscale: #A6A6A6. Windows color (decimal): -9316302 or 3332209. OLE color: 3332209.

HSL color Cylindrical-coordinate representation of color #71D832: hue angle of 97.23º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71D832 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 216 50 -
CMYK 0.48 0 0.77 0.15
HSL 97.23º 0.68% 0.52% -
HSV(B) 97.23º 0.77% 0.85% -
XYZ 31.94 52.85 11.54 -
YUV 166.28 62.38 90 -
System Red Green Blue C M Y K H S L
Decimal 113 216 50 0.48 0 0.77 0.15 97.23 0.68 0.52
Hex 71 D8 32 30 0 4D F 61 44 34
Octal 161 330 62 60 0 115 17 141 104 64
Binary 1110001 11011000 110010 110000 0 1001101 1111 1100001 1000100 110100

Color Harmonies of #71D832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D832

Black with #71D832

Text Example


Text Example

White with #71D832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,216,50); }

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

background-color css

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

 a { background-color: rgb(113,216,50); }

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

border-color css

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

 span { border-color: rgb(113,216,50); }

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