Html Css Color HEX #76C541 Apple

📋 copy color: '#76C541'

red 118 ◦ green 197 ◦ blue 65

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

Shades of Apple #76C541

Tints of Apple #76C541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 31.05%
G = 51.84%
B = 17.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#76C541 (or 0x76C541) is known color: Apple. HEX triplet: 76, C5 and 41. RGB value is (118,197,65). Sum of RGB (Red+Green+Blue) = 118+197+65=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #76C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C541 is #893ABE. Grayscale: #9E9E9E. Windows color (decimal): -8993471 or 4310390. OLE color: 4310390.

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

Color convert

RGB 118 197 65 -
CMYK 0.40 0 0.67 0.23
HSL 95.91º 0.53% 0.51% -
HSV(B) 95.91º 0.67% 0.77% -
XYZ 28.39 44.17 12.03 -
YUV 158.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 118 197 65 0.40 0 0.67 0.23 95.91 0.53 0.51
Hex 76 C5 41 28 0 43 17 60 35 33
Octal 166 305 101 50 0 103 27 140 65 63
Binary 1110110 11000101 1000001 101000 0 1000011 10111 1100000 110101 110011

Color Harmonies of #76C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C541

Black with #76C541

Text Example


Text Example

White with #76C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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