Html Css Color HEX #71D43D Apple

📋 copy color: '#71D43D'

red 113 ◦ green 212 ◦ blue 61

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

Shades of Apple #71D43D

Tints of Apple #71D43D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.92%

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

R = 29.27%
G = 54.92%
B = 15.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#71D43D (or 0x71D43D) is known color: Apple. HEX triplet: 71, D4 and 3D. RGB value is (113,212,61). Sum of RGB (Red+Green+Blue) = 113+212+61=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 212 (83.20% from 255 or 54.92% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 212 - color contains mainly: green. Hex color #71D43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D43D is #8E2BC2. Grayscale: #A5A5A5. Windows color (decimal): -9317315 or 4052081. OLE color: 4052081.

HSL color Cylindrical-coordinate representation of color #71D43D: hue angle of 99.34º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71D43D is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 212 61 -
CMYK 0.47 0 0.71 0.17
HSL 99.34º 0.64% 0.54% -
HSV(B) 99.34º 0.71% 0.83% -
XYZ 31.2 50.93 12.6 -
YUV 165.19 69.2 90.78 -
System Red Green Blue C M Y K H S L
Decimal 113 212 61 0.47 0 0.71 0.17 99.34 0.64 0.54
Hex 71 D4 3D 2F 0 47 11 63 40 36
Octal 161 324 75 57 0 107 21 143 100 66
Binary 1110001 11010100 111101 101111 0 1000111 10001 1100011 1000000 110110

Color Harmonies of #71D43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D43D

Black with #71D43D

Text Example


Text Example

White with #71D43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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