Html Css Color HEX #71D13F Apple

📋 copy color: '#71D13F'

red 113 ◦ green 209 ◦ blue 63

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

Shades of Apple #71D13F

Tints of Apple #71D13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.36%

R = 29.35%
G = 54.29%
B = 16.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#71D13F (or 0x71D13F) is known color: Apple. HEX triplet: 71, D1 and 3F. RGB value is (113,209,63). Sum of RGB (Red+Green+Blue) = 113+209+63=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #71D13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D13F is #8E2EC0. Grayscale: #A4A4A4. Windows color (decimal): -9318081 or 4182385. OLE color: 4182385.

HSL color Cylindrical-coordinate representation of color #71D13F: hue angle of 99.45º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71D13F is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 209 63 -
CMYK 0.46 0 0.70 0.18
HSL 99.45º 0.61% 0.53% -
HSV(B) 99.45º 0.7% 0.82% -
XYZ 30.51 49.47 12.64 -
YUV 163.65 71.2 91.87 -
System Red Green Blue C M Y K H S L
Decimal 113 209 63 0.46 0 0.70 0.18 99.45 0.61 0.53
Hex 71 D1 3F 2E 0 46 12 63 3D 35
Octal 161 321 77 56 0 106 22 143 75 65
Binary 1110001 11010001 111111 101110 0 1000110 10010 1100011 111101 110101

Color Harmonies of #71D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D13F

Black with #71D13F

Text Example


Text Example

White with #71D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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