Html Css Color HEX #76BE47 Apple

📋 copy color: '#76BE47'

red 118 ◦ green 190 ◦ blue 71

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

Shades of Apple #76BE47

Tints of Apple #76BE47

RGB

 RED value IS 118 (46.48% from 255) = 31.13%

 GREEN value IS 190 (74.61% from 255) = 50.13%

 BLUE value IS 71 (28.13% from 255) = 18.73%

R = 31.13%
G = 50.13%
B = 18.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#76BE47 (or 0x76BE47) is known color: Apple. HEX triplet: 76, BE and 47. RGB value is (118,190,71). Sum of RGB (Red+Green+Blue) = 118+190+71=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE47 is #8941B8. Grayscale: #9B9B9B. Windows color (decimal): -8995257 or 4701814. OLE color: 4701814.

HSL color Cylindrical-coordinate representation of color #76BE47: hue angle of 96.3º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76BE47 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 71 -
CMYK 0.38 0 0.63 0.25
HSL 96.3º 0.48% 0.51% -
HSV(B) 96.3º 0.63% 0.75% -
XYZ 27.02 41.13 12.48 -
YUV 154.91 80.65 101.68 -
System Red Green Blue C M Y K H S L
Decimal 118 190 71 0.38 0 0.63 0.25 96.3 0.48 0.51
Hex 76 BE 47 26 0 3F 19 60 30 33
Octal 166 276 107 46 0 77 31 140 60 63
Binary 1110110 10111110 1000111 100110 0 111111 11001 1100000 110000 110011

Color Harmonies of #76BE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE47

Black with #76BE47

Text Example


Text Example

White with #76BE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BE47; }

 p { color: rgb(118,190,71); }

 H1.HeaderClassName
 {
   color: #76BE47;
 }
 .AnyTagClassName
 {
   color: #76BE47;
 }
</style>

background-color css

<style>
 a { background-color: #76BE47; }

 a { background-color: rgb(118,190,71); }

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

border-color css

<style>
 span { border-color: #76BE47; }

 span { border-color: rgb(118,190,71); }

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