Html Css Color HEX #71D53A Apple

📋 copy color: '#71D53A'

red 113 ◦ green 213 ◦ blue 58

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

Shades of Apple #71D53A

Tints of Apple #71D53A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 55.47%

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 29.43%
G = 55.47%
B = 15.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#71D53A (or 0x71D53A) is known color: Apple. HEX triplet: 71, D5 and 3A. RGB value is (113,213,58). Sum of RGB (Red+Green+Blue) = 113+213+58=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #71D53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D53A is #8E2AC5. Grayscale: #A5A5A5. Windows color (decimal): -9317062 or 3855729. OLE color: 3855729.

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

Color convert

RGB 113 213 58 -
CMYK 0.47 0 0.73 0.16
HSL 98.71º 0.65% 0.53% -
HSV(B) 98.71º 0.73% 0.84% -
XYZ 31.37 51.4 12.27 -
YUV 165.43 67.37 90.6 -
System Red Green Blue C M Y K H S L
Decimal 113 213 58 0.47 0 0.73 0.16 98.71 0.65 0.53
Hex 71 D5 3A 2F 0 49 10 63 41 35
Octal 161 325 72 57 0 111 20 143 101 65
Binary 1110001 11010101 111010 101111 0 1001001 10000 1100011 1000001 110101

Color Harmonies of #71D53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D53A

Black with #71D53A

Text Example


Text Example

White with #71D53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,213,58); }

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

background-color css

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

 a { background-color: rgb(113,213,58); }

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

border-color css

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

 span { border-color: rgb(113,213,58); }

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