Html Css Color HEX #71C04A Apple

📋 copy color: '#71C04A'

red 113 ◦ green 192 ◦ blue 74

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

Shades of Apple #71C04A

Tints of Apple #71C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 29.82%
G = 50.66%
B = 19.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#71C04A (or 0x71C04A) is known color: Apple. HEX triplet: 71, C0 and 4A. RGB value is (113,192,74). Sum of RGB (Red+Green+Blue) = 113+192+74=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #71C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C04A is #8E3FB5. Grayscale: #9B9B9B. Windows color (decimal): -9322422 or 4898929. OLE color: 4898929.

HSL color Cylindrical-coordinate representation of color #71C04A: hue angle of 100.17º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71C04A is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 192 74 -
CMYK 0.41 0 0.61 0.25
HSL 100.17º 0.48% 0.52% -
HSV(B) 100.17º 0.61% 0.75% -
XYZ 26.9 41.7 13.11 -
YUV 154.93 82.33 98.09 -
System Red Green Blue C M Y K H S L
Decimal 113 192 74 0.41 0 0.61 0.25 100.17 0.48 0.52
Hex 71 C0 4A 29 0 3D 19 64 30 34
Octal 161 300 112 51 0 75 31 144 60 64
Binary 1110001 11000000 1001010 101001 0 111101 11001 1100100 110000 110100

Color Harmonies of #71C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C04A

Black with #71C04A

Text Example


Text Example

White with #71C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,192,74); }

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

background-color css

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

 a { background-color: rgb(113,192,74); }

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

border-color css

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

 span { border-color: rgb(113,192,74); }

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