Html Css Color HEX #71BB4C Apple

📋 copy color: '#71BB4C'

red 113 ◦ green 187 ◦ blue 76

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

Shades of Apple #71BB4C

Tints of Apple #71BB4C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.73%

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 30.05%
G = 49.73%
B = 20.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#71BB4C (or 0x71BB4C) is known color: Apple. HEX triplet: 71, BB and 4C. RGB value is (113,187,76). Sum of RGB (Red+Green+Blue) = 113+187+76=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB4C is #8E44B3. Grayscale: #989898. Windows color (decimal): -9323700 or 5028721. OLE color: 5028721.

HSL color Cylindrical-coordinate representation of color #71BB4C: hue angle of 100º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71BB4C is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 76 -
CMYK 0.40 0 0.59 0.27
HSL 100º 0.45% 0.52% -
HSV(B) 100º 0.59% 0.73% -
XYZ 25.88 39.57 13.11 -
YUV 152.22 84.98 100.03 -
System Red Green Blue C M Y K H S L
Decimal 113 187 76 0.40 0 0.59 0.27 100 0.45 0.52
Hex 71 BB 4C 28 0 3B 1B 64 2D 34
Octal 161 273 114 50 0 73 33 144 55 64
Binary 1110001 10111011 1001100 101000 0 111011 11011 1100100 101101 110100

Color Harmonies of #71BB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BB4C

Black with #71BB4C

Text Example


Text Example

White with #71BB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,187,76); }

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

background-color css

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

 a { background-color: rgb(113,187,76); }

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

border-color css

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

 span { border-color: rgb(113,187,76); }

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