Html Css Color HEX #71DC36 Apple

📋 copy color: '#71DC36'

red 113 ◦ green 220 ◦ blue 54

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

Shades of Apple #71DC36

Tints of Apple #71DC36

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.85%

 BLUE value IS 54 (21.48% from 255) = 13.95%

R = 29.2%
G = 56.85%
B = 13.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#71DC36 (or 0x71DC36) is known color: Apple. HEX triplet: 71, DC and 36. RGB value is (113,220,54). Sum of RGB (Red+Green+Blue) = 113+220+54=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC36 is #8E23C9. Grayscale: #A9A9A9. Windows color (decimal): -9315274 or 3595377. OLE color: 3595377.

HSL color Cylindrical-coordinate representation of color #71DC36: hue angle of 98.67º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71DC36 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 54 -
CMYK 0.49 0 0.75 0.14
HSL 98.67º 0.7% 0.54% -
HSV(B) 98.67º 0.75% 0.86% -
XYZ 33.07 54.96 12.36 -
YUV 169.08 63.05 88 -
System Red Green Blue C M Y K H S L
Decimal 113 220 54 0.49 0 0.75 0.14 98.67 0.7 0.54
Hex 71 DC 36 31 0 4B E 63 46 36
Octal 161 334 66 61 0 113 16 143 106 66
Binary 1110001 11011100 110110 110001 0 1001011 1110 1100011 1000110 110110

Color Harmonies of #71DC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC36

Black with #71DC36

Text Example


Text Example

White with #71DC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,54); }

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

background-color css

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

 a { background-color: rgb(113,220,54); }

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

border-color css

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

 span { border-color: rgb(113,220,54); }

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