Html Css Color HEX #71C042 Apple

📋 copy color: '#71C042'

red 113 ◦ green 192 ◦ blue 66

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

Shades of Apple #71C042

Tints of Apple #71C042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 30.46%
G = 51.75%
B = 17.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#71C042 (or 0x71C042) is known color: Apple. HEX triplet: 71, C0 and 42. RGB value is (113,192,66). Sum of RGB (Red+Green+Blue) = 113+192+66=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #71C042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C042 is #8E3FBD. Grayscale: #9A9A9A. Windows color (decimal): -9322430 or 4374641. OLE color: 4374641.

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

Color convert

RGB 113 192 66 -
CMYK 0.41 0 0.66 0.25
HSL 97.62º 0.5% 0.51% -
HSV(B) 97.62º 0.66% 0.75% -
XYZ 26.64 41.6 11.78 -
YUV 154.02 78.33 98.75 -
System Red Green Blue C M Y K H S L
Decimal 113 192 66 0.41 0 0.66 0.25 97.62 0.5 0.51
Hex 71 C0 42 29 0 42 19 62 32 33
Octal 161 300 102 51 0 102 31 142 62 63
Binary 1110001 11000000 1000010 101001 0 1000010 11001 1100010 110010 110011

Color Harmonies of #71C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C042

Black with #71C042

Text Example


Text Example

White with #71C042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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