Html Css Color HEX #76BF43 Apple

📋 copy color: '#76BF43'

red 118 ◦ green 191 ◦ blue 67

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

Shades of Apple #76BF43

Tints of Apple #76BF43

RGB

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

 GREEN value IS 191 (75% from 255) = 50.8%

 BLUE value IS 67 (26.56% from 255) = 17.82%

R = 31.38%
G = 50.8%
B = 17.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#76BF43 (or 0x76BF43) is known color: Apple. HEX triplet: 76, BF and 43. RGB value is (118,191,67). Sum of RGB (Red+Green+Blue) = 118+191+67=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF43 is #8940BC. Grayscale: #9B9B9B. Windows color (decimal): -8995005 or 4439926. OLE color: 4439926.

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

Color convert

RGB 118 191 67 -
CMYK 0.38 0 0.65 0.25
HSL 95.32º 0.49% 0.51% -
HSV(B) 95.32º 0.65% 0.75% -
XYZ 27.12 41.52 11.89 -
YUV 155.04 78.32 101.58 -
System Red Green Blue C M Y K H S L
Decimal 118 191 67 0.38 0 0.65 0.25 95.32 0.49 0.51
Hex 76 BF 43 26 0 41 19 5F 31 33
Octal 166 277 103 46 0 101 31 137 61 63
Binary 1110110 10111111 1000011 100110 0 1000001 11001 1011111 110001 110011

Color Harmonies of #76BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF43

Black with #76BF43

Text Example


Text Example

White with #76BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,191,67); }

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

background-color css

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

 a { background-color: rgb(118,191,67); }

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

border-color css

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

 span { border-color: rgb(118,191,67); }

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