Html Css Color HEX #76BB40 Apple

📋 copy color: '#76BB40'

red 118 ◦ green 187 ◦ blue 64

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

Shades of Apple #76BB40

Tints of Apple #76BB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.68%

 BLUE value IS 64 (25.39% from 255) = 17.34%

R = 31.98%
G = 50.68%
B = 17.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#76BB40 (or 0x76BB40) is known color: Apple. HEX triplet: 76, BB and 40. RGB value is (118,187,64). Sum of RGB (Red+Green+Blue) = 118+187+64=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB40 is #8944BF. Grayscale: #989898. Windows color (decimal): -8996032 or 4242294. OLE color: 4242294.

HSL color Cylindrical-coordinate representation of color #76BB40: hue angle of 93.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76BB40 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 187 64 -
CMYK 0.37 0 0.66 0.27
HSL 93.66º 0.49% 0.49% -
HSV(B) 93.66º 0.66% 0.73% -
XYZ 26.17 39.76 11.15 -
YUV 152.35 78.14 103.5 -
System Red Green Blue C M Y K H S L
Decimal 118 187 64 0.37 0 0.66 0.27 93.66 0.49 0.49
Hex 76 BB 40 25 0 42 1B 5E 31 31
Octal 166 273 100 45 0 102 33 136 61 61
Binary 1110110 10111011 1000000 100101 0 1000010 11011 1011110 110001 110001

Color Harmonies of #76BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BB40

Black with #76BB40

Text Example


Text Example

White with #76BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,187,64); }

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

background-color css

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

 a { background-color: rgb(118,187,64); }

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

border-color css

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

 span { border-color: rgb(118,187,64); }

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