Html Css Color HEX #76C236 Apple

📋 copy color: '#76C236'

red 118 ◦ green 194 ◦ blue 54

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

Shades of Apple #76C236

Tints of Apple #76C236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.75%

R = 32.24%
G = 53.01%
B = 14.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#76C236 (or 0x76C236) is known color: Apple. HEX triplet: 76, C2 and 36. RGB value is (118,194,54). Sum of RGB (Red+Green+Blue) = 118+194+54=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #76C236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C236 is #893DC9. Grayscale: #9B9B9B. Windows color (decimal): -8994250 or 3588726. OLE color: 3588726.

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

Color convert

RGB 118 194 54 -
CMYK 0.39 0 0.72 0.24
HSL 92.57º 0.56% 0.49% -
HSV(B) 92.57º 0.72% 0.76% -
XYZ 27.43 42.7 10.29 -
YUV 155.32 70.82 101.38 -
System Red Green Blue C M Y K H S L
Decimal 118 194 54 0.39 0 0.72 0.24 92.57 0.56 0.49
Hex 76 C2 36 27 0 48 18 5D 38 31
Octal 166 302 66 47 0 110 30 135 70 61
Binary 1110110 11000010 110110 100111 0 1001000 11000 1011101 111000 110001

Color Harmonies of #76C236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C236

Black with #76C236

Text Example


Text Example

White with #76C236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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