Html Css Color HEX #71BD33 Apple

📋 copy color: '#71BD33'

red 113 ◦ green 189 ◦ blue 51

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

Shades of Apple #71BD33

Tints of Apple #71BD33

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.54%

 BLUE value IS 51 (20.31% from 255) = 14.45%

R = 32.01%
G = 53.54%
B = 14.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#71BD33 (or 0x71BD33) is known color: Apple. HEX triplet: 71, BD and 33. RGB value is (113,189,51). Sum of RGB (Red+Green+Blue) = 113+189+51=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD33 is #8E42CC. Grayscale: #979797. Windows color (decimal): -9323213 or 3390833. OLE color: 3390833.

HSL color Cylindrical-coordinate representation of color #71BD33: hue angle of 93.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71BD33 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 189 51 -
CMYK 0.40 0 0.73 0.26
HSL 93.04º 0.58% 0.47% -
HSV(B) 93.04º 0.73% 0.74% -
XYZ 25.61 40.14 9.53 -
YUV 150.54 71.82 101.22 -
System Red Green Blue C M Y K H S L
Decimal 113 189 51 0.40 0 0.73 0.26 93.04 0.58 0.47
Hex 71 BD 33 28 0 49 1A 5D 3A 2F
Octal 161 275 63 50 0 111 32 135 72 57
Binary 1110001 10111101 110011 101000 0 1001001 11010 1011101 111010 101111

Color Harmonies of #71BD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BD33

Black with #71BD33

Text Example


Text Example

White with #71BD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,189,51); }

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

background-color css

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

 a { background-color: rgb(113,189,51); }

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

border-color css

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

 span { border-color: rgb(113,189,51); }

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