Html Css Color HEX #76C240 Apple

📋 copy color: '#76C240'

red 118 ◦ green 194 ◦ blue 64

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

Shades of Apple #76C240

Tints of Apple #76C240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.6%

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

R = 31.38%
G = 51.6%
B = 17.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#76C240 (or 0x76C240) is known color: Apple. HEX triplet: 76, C2 and 40. RGB value is (118,194,64). Sum of RGB (Red+Green+Blue) = 118+194+64=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #76C240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C240 is #893DBF. Grayscale: #9C9C9C. Windows color (decimal): -8994240 or 4244086. OLE color: 4244086.

HSL color Cylindrical-coordinate representation of color #76C240: hue angle of 95.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76C240 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 64 -
CMYK 0.39 0 0.67 0.24
HSL 95.08º 0.52% 0.51% -
HSV(B) 95.08º 0.67% 0.76% -
XYZ 27.69 42.81 11.65 -
YUV 156.46 75.82 100.57 -
System Red Green Blue C M Y K H S L
Decimal 118 194 64 0.39 0 0.67 0.24 95.08 0.52 0.51
Hex 76 C2 40 27 0 43 18 5F 34 33
Octal 166 302 100 47 0 103 30 137 64 63
Binary 1110110 11000010 1000000 100111 0 1000011 11000 1011111 110100 110011

Color Harmonies of #76C240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C240

Black with #76C240

Text Example


Text Example

White with #76C240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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