Html Css Color HEX #76CA40 Apple

📋 copy color: '#76CA40'

red 118 ◦ green 202 ◦ blue 64

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

Shades of Apple #76CA40

Tints of Apple #76CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.6%

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

R = 30.73%
G = 52.6%
B = 16.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#76CA40 (or 0x76CA40) is known color: Apple. HEX triplet: 76, CA and 40. RGB value is (118,202,64). Sum of RGB (Red+Green+Blue) = 118+202+64=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CA40 is #8935BF. Grayscale: #A1A1A1. Windows color (decimal): -8992192 or 4246134. OLE color: 4246134.

HSL color Cylindrical-coordinate representation of color #76CA40: hue angle of 96.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76CA40 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 202 64 -
CMYK 0.42 0 0.68 0.21
HSL 96.52º 0.57% 0.52% -
HSV(B) 96.52º 0.68% 0.79% -
XYZ 29.52 46.46 12.26 -
YUV 161.15 73.17 97.22 -
System Red Green Blue C M Y K H S L
Decimal 118 202 64 0.42 0 0.68 0.21 96.52 0.57 0.52
Hex 76 CA 40 2A 0 44 15 61 39 34
Octal 166 312 100 52 0 104 25 141 71 64
Binary 1110110 11001010 1000000 101010 0 1000100 10101 1100001 111001 110100

Color Harmonies of #76CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CA40

Black with #76CA40

Text Example


Text Example

White with #76CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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