Html Css Color HEX #71DD32 Apple

📋 copy color: '#71DD32'

red 113 ◦ green 221 ◦ blue 50

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

Shades of Apple #71DD32

Tints of Apple #71DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.55%

 BLUE value IS 50 (19.92% from 255) = 13.02%

R = 29.43%
G = 57.55%
B = 13.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#71DD32 (or 0x71DD32) is known color: Apple. HEX triplet: 71, DD and 32. RGB value is (113,221,50). Sum of RGB (Red+Green+Blue) = 113+221+50=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DD32 is #8E22CD. Grayscale: #A9A9A9. Windows color (decimal): -9315022 or 3333489. OLE color: 3333489.

HSL color Cylindrical-coordinate representation of color #71DD32: hue angle of 97.89º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71DD32 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 221 50 -
CMYK 0.49 0 0.77 0.13
HSL 97.89º 0.72% 0.53% -
HSV(B) 97.89º 0.77% 0.87% -
XYZ 33.24 55.45 11.97 -
YUV 169.21 60.72 87.9 -
System Red Green Blue C M Y K H S L
Decimal 113 221 50 0.49 0 0.77 0.13 97.89 0.72 0.53
Hex 71 DD 32 31 0 4D D 62 48 35
Octal 161 335 62 61 0 115 15 142 110 65
Binary 1110001 11011101 110010 110001 0 1001101 1101 1100010 1001000 110101

Color Harmonies of #71DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DD32

Black with #71DD32

Text Example


Text Example

White with #71DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,221,50); }

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

background-color css

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

 a { background-color: rgb(113,221,50); }

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

border-color css

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

 span { border-color: rgb(113,221,50); }

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