Html Css Color HEX #71DE31 Apple

📋 copy color: '#71DE31'

red 113 ◦ green 222 ◦ blue 49

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

Shades of Apple #71DE31

Tints of Apple #71DE31

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.81%

 BLUE value IS 49 (19.53% from 255) = 12.76%

R = 29.43%
G = 57.81%
B = 12.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#71DE31 (or 0x71DE31) is known color: Apple. HEX triplet: 71, DE and 31. RGB value is (113,222,49). Sum of RGB (Red+Green+Blue) = 113+222+49=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #71DE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DE31 is #8E21CE. Grayscale: #AAAAAA. Windows color (decimal): -9314767 or 3268209. OLE color: 3268209.

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

Color convert

RGB 113 222 49 -
CMYK 0.49 0 0.78 0.13
HSL 97.8º 0.72% 0.53% -
HSV(B) 97.8º 0.78% 0.87% -
XYZ 33.49 55.98 11.95 -
YUV 169.69 59.89 87.57 -
System Red Green Blue C M Y K H S L
Decimal 113 222 49 0.49 0 0.78 0.13 97.8 0.72 0.53
Hex 71 DE 31 31 0 4E D 62 48 35
Octal 161 336 61 61 0 116 15 142 110 65
Binary 1110001 11011110 110001 110001 0 1001110 1101 1100010 1001000 110101

Color Harmonies of #71DE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DE31

Black with #71DE31

Text Example


Text Example

White with #71DE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,222,49); }

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

background-color css

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

 a { background-color: rgb(113,222,49); }

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

border-color css

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

 span { border-color: rgb(113,222,49); }

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