Html Css Color HEX #71D13E Apple

📋 copy color: '#71D13E'

red 113 ◦ green 209 ◦ blue 62

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

Shades of Apple #71D13E

Tints of Apple #71D13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 29.43%
G = 54.43%
B = 16.15%

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

#71D13E (or 0x71D13E) is known color: Apple. HEX triplet: 71, D1 and 3E. RGB value is (113,209,62). Sum of RGB (Red+Green+Blue) = 113+209+62=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 209 (82.03% from 255 or 54.43% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 209 - color contains mainly: green. Hex color #71D13E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D13E is #8E2EC1. Grayscale: #A4A4A4. Windows color (decimal): -9318082 or 4116849. OLE color: 4116849.

HSL color Cylindrical-coordinate representation of color #71D13E: hue angle of 99.18º degrees, saturation: 0.62, 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 #71D13E is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 209 62 -
CMYK 0.46 0 0.70 0.18
HSL 99.18º 0.62% 0.53% -
HSV(B) 99.18º 0.7% 0.82% -
XYZ 30.48 49.46 12.5 -
YUV 163.54 70.7 91.95 -
System Red Green Blue C M Y K H S L
Decimal 113 209 62 0.46 0 0.70 0.18 99.18 0.62 0.53
Hex 71 D1 3E 2E 0 46 12 63 3E 35
Octal 161 321 76 56 0 106 22 143 76 65
Binary 1110001 11010001 111110 101110 0 1000110 10010 1100011 111110 110101

Color Harmonies of #71D13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D13E

Black with #71D13E

Text Example


Text Example

White with #71D13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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