Html Css Color HEX #71D134 Apple

📋 copy color: '#71D134'

red 113 ◦ green 209 ◦ blue 52

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

Shades of Apple #71D134

Tints of Apple #71D134

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.88%

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 30.21%
G = 55.88%
B = 13.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#71D134 (or 0x71D134) is known color: Apple. HEX triplet: 71, D1 and 34. RGB value is (113,209,52). Sum of RGB (Red+Green+Blue) = 113+209+52=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #71D134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D134 is #8E2ECB. Grayscale: #A2A2A2. Windows color (decimal): -9318092 or 3461489. OLE color: 3461489.

HSL color Cylindrical-coordinate representation of color #71D134: hue angle of 96.69º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71D134 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 209 52 -
CMYK 0.46 0 0.75 0.18
HSL 96.69º 0.63% 0.51% -
HSV(B) 96.69º 0.75% 0.82% -
XYZ 30.23 49.36 11.18 -
YUV 162.4 65.7 92.77 -
System Red Green Blue C M Y K H S L
Decimal 113 209 52 0.46 0 0.75 0.18 96.69 0.63 0.51
Hex 71 D1 34 2E 0 4B 12 61 3F 33
Octal 161 321 64 56 0 113 22 141 77 63
Binary 1110001 11010001 110100 101110 0 1001011 10010 1100001 111111 110011

Color Harmonies of #71D134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D134

Black with #71D134

Text Example


Text Example

White with #71D134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,209,52); }

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

background-color css

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

 a { background-color: rgb(113,209,52); }

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

border-color css

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

 span { border-color: rgb(113,209,52); }

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