Html Css Color HEX #76C53A Apple

📋 copy color: '#76C53A'

red 118 ◦ green 197 ◦ blue 58

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

Shades of Apple #76C53A

Tints of Apple #76C53A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.82%

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 31.64%
G = 52.82%
B = 15.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#76C53A (or 0x76C53A) is known color: Apple. HEX triplet: 76, C5 and 3A. RGB value is (118,197,58). Sum of RGB (Red+Green+Blue) = 118+197+58=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #76C53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C53A is #893AC5. Grayscale: #9E9E9E. Windows color (decimal): -8993478 or 3851638. OLE color: 3851638.

HSL color Cylindrical-coordinate representation of color #76C53A: hue angle of 94.1º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76C53A is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 197 58 -
CMYK 0.40 0 0.71 0.23
HSL 94.1º 0.55% 0.5% -
HSV(B) 94.1º 0.71% 0.77% -
XYZ 28.2 44.09 11.03 -
YUV 157.53 71.83 99.8 -
System Red Green Blue C M Y K H S L
Decimal 118 197 58 0.40 0 0.71 0.23 94.1 0.55 0.5
Hex 76 C5 3A 28 0 47 17 5E 37 32
Octal 166 305 72 50 0 107 27 136 67 62
Binary 1110110 11000101 111010 101000 0 1000111 10111 1011110 110111 110010

Color Harmonies of #76C53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C53A

Black with #76C53A

Text Example


Text Example

White with #76C53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,197,58); }

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

background-color css

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

 a { background-color: rgb(118,197,58); }

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

border-color css

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

 span { border-color: rgb(118,197,58); }

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