Html Css Color HEX #71C134 Apple

📋 copy color: '#71C134'

red 113 ◦ green 193 ◦ blue 52

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

Shades of Apple #71C134

Tints of Apple #71C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 31.56%
G = 53.91%
B = 14.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#71C134 (or 0x71C134) is known color: Apple. HEX triplet: 71, C1 and 34. RGB value is (113,193,52). Sum of RGB (Red+Green+Blue) = 113+193+52=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #71C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C134 is #8E3ECB. Grayscale: #999999. Windows color (decimal): -9322188 or 3457393. OLE color: 3457393.

HSL color Cylindrical-coordinate representation of color #71C134: hue angle of 94.04º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71C134 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 193 52 -
CMYK 0.41 0 0.73 0.24
HSL 94.04º 0.58% 0.48% -
HSV(B) 94.04º 0.73% 0.76% -
XYZ 26.5 41.9 9.94 -
YUV 153.01 71 99.46 -
System Red Green Blue C M Y K H S L
Decimal 113 193 52 0.41 0 0.73 0.24 94.04 0.58 0.48
Hex 71 C1 34 29 0 49 18 5E 3A 30
Octal 161 301 64 51 0 111 30 136 72 60
Binary 1110001 11000001 110100 101001 0 1001001 11000 1011110 111010 110000

Color Harmonies of #71C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C134

Black with #71C134

Text Example


Text Example

White with #71C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,193,52); }

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

background-color css

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

 a { background-color: rgb(113,193,52); }

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

border-color css

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

 span { border-color: rgb(113,193,52); }

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