Html Css Color HEX #71D73D Apple

📋 copy color: '#71D73D'

red 113 ◦ green 215 ◦ blue 61

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

Shades of Apple #71D73D

Tints of Apple #71D73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.27%

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

R = 29.05%
G = 55.27%
B = 15.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#71D73D (or 0x71D73D) is known color: Apple. HEX triplet: 71, D7 and 3D. RGB value is (113,215,61). Sum of RGB (Red+Green+Blue) = 113+215+61=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #71D73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D73D is #8E28C2. Grayscale: #A7A7A7. Windows color (decimal): -9316547 or 4052849. OLE color: 4052849.

HSL color Cylindrical-coordinate representation of color #71D73D: hue angle of 99.74º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71D73D is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 215 61 -
CMYK 0.47 0 0.72 0.16
HSL 99.74º 0.66% 0.54% -
HSV(B) 99.74º 0.72% 0.84% -
XYZ 31.95 52.45 12.85 -
YUV 166.95 68.21 89.52 -
System Red Green Blue C M Y K H S L
Decimal 113 215 61 0.47 0 0.72 0.16 99.74 0.66 0.54
Hex 71 D7 3D 2F 0 48 10 64 42 36
Octal 161 327 75 57 0 110 20 144 102 66
Binary 1110001 11010111 111101 101111 0 1001000 10000 1100100 1000010 110110

Color Harmonies of #71D73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D73D

Black with #71D73D

Text Example


Text Example

White with #71D73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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