Html Css Color HEX #76BF45 Apple

📋 copy color: '#76BF45'

red 118 ◦ green 191 ◦ blue 69

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

Shades of Apple #76BF45

Tints of Apple #76BF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.25%

R = 31.22%
G = 50.53%
B = 18.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#76BF45 (or 0x76BF45) is known color: Apple. HEX triplet: 76, BF and 45. RGB value is (118,191,69). Sum of RGB (Red+Green+Blue) = 118+191+69=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BF45 is #8940BA. Grayscale: #9B9B9B. Windows color (decimal): -8995003 or 4570998. OLE color: 4570998.

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

Color convert

RGB 118 191 69 -
CMYK 0.38 0 0.64 0.25
HSL 95.9º 0.49% 0.51% -
HSV(B) 95.9º 0.64% 0.75% -
XYZ 27.18 41.54 12.22 -
YUV 155.27 79.32 101.42 -
System Red Green Blue C M Y K H S L
Decimal 118 191 69 0.38 0 0.64 0.25 95.9 0.49 0.51
Hex 76 BF 45 26 0 40 19 60 31 33
Octal 166 277 105 46 0 100 31 140 61 63
Binary 1110110 10111111 1000101 100110 0 1000000 11001 1100000 110001 110011

Color Harmonies of #76BF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF45

Black with #76BF45

Text Example


Text Example

White with #76BF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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