Html Css Color HEX #76BF47 Apple

📋 copy color: '#76BF47'

red 118 ◦ green 191 ◦ blue 71

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

Shades of Apple #76BF47

Tints of Apple #76BF47

RGB

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

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

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

R = 31.05%
G = 50.26%
B = 18.68%

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

#76BF47 (or 0x76BF47) is known color: Apple. HEX triplet: 76, BF and 47. RGB value is (118,191,71). Sum of RGB (Red+Green+Blue) = 118+191+71=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF47 is #8940B8. Grayscale: #9B9B9B. Windows color (decimal): -8995001 or 4702070. OLE color: 4702070.

HSL color Cylindrical-coordinate representation of color #76BF47: hue angle of 96.5º 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 #76BF47 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 71 -
CMYK 0.38 0 0.63 0.25
HSL 96.5º 0.48% 0.51% -
HSV(B) 96.5º 0.63% 0.75% -
XYZ 27.24 41.57 12.55 -
YUV 155.49 80.32 101.26 -
System Red Green Blue C M Y K H S L
Decimal 118 191 71 0.38 0 0.63 0.25 96.5 0.48 0.51
Hex 76 BF 47 26 0 3F 19 60 30 33
Octal 166 277 107 46 0 77 31 140 60 63
Binary 1110110 10111111 1000111 100110 0 111111 11001 1100000 110000 110011

Color Harmonies of #76BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF47

Black with #76BF47

Text Example


Text Example

White with #76BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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