#76CD36

Color #76CD36 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #76CD36

Tints of Apple #76CD36

Color information

#76CD36 (or 0x76CD36) is unknown color: approx Apple. HEX triplet: 76, CD and 36. RGB value is (118,205,54). Sum of RGB (Red+Green+Blue) = 118+205+54=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CD36 is #8932C9. Grayscale: #A2A2A2. Windows color (decimal): -8991434 or 3591542. OLE color: 3591542.

HSL color Cylindrical-coordinate representation of color #76CD36: hue angle of 94.57º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76CD36 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB11820554-
CMYK0.4200.740.20
HSL94.57º60.16%50.78%-
HSV(B)94.57º73.66%80.39%-
XYZ29.9747.7811.13-
YUV161.7767.1896.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 205 (80.47% from 255) = 54.38%
BLUE value IS 54 (21.48% from 255) = 14.32%
R=31.30%
G=54.38%
B=14.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118205540.4200.740.2094.5760.1650.78
Hex76CD362A04A145f3c33
Octal16631566520112241377463
Binary11101101100110111011010101001001010101001011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,54); }

 H1.HeaderClassName
 {
   color: #76CD36;
 }
 .AnyTagClassName
 {
   color: #76CD36;
 }
</style>
background-color css

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

 a { background-color: rgb(118,205,54); }

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

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

 span { border-color: rgb(118,205,54); }

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