Html Css Color HEX #77C440 Apple

📋 copy color: '#77C440'

red 119 ◦ green 196 ◦ blue 64

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

Shades of Apple #77C440

Tints of Apple #77C440

RGB

 RED value IS 119 (46.88% from 255) = 31.4%

 GREEN value IS 196 (76.95% from 255) = 51.72%

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

R = 31.4%
G = 51.72%
B = 16.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#77C440 (or 0x77C440) is known color: Apple. HEX triplet: 77, C4 and 40. RGB value is (119,196,64). Sum of RGB (Red+Green+Blue) = 119+196+64=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #77C440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C440 is #883BBF. Grayscale: #9E9E9E. Windows color (decimal): -8928192 or 4244599. OLE color: 4244599.

HSL color Cylindrical-coordinate representation of color #77C440: hue angle of 95º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77C440 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 196 64 -
CMYK 0.39 0 0.67 0.23
HSL 95º 0.53% 0.51% -
HSV(B) 95º 0.67% 0.77% -
XYZ 28.27 43.77 11.81 -
YUV 157.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 119 196 64 0.39 0 0.67 0.23 95 0.53 0.51
Hex 77 C4 40 27 0 43 17 5F 35 33
Octal 167 304 100 47 0 103 27 137 65 63
Binary 1110111 11000100 1000000 100111 0 1000011 10111 1011111 110101 110011

Color Harmonies of #77C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C440

Black with #77C440

Text Example


Text Example

White with #77C440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77C440; }

 p { color: rgb(119,196,64); }

 H1.HeaderClassName
 {
   color: #77C440;
 }
 .AnyTagClassName
 {
   color: #77C440;
 }
</style>

background-color css

<style>
 a { background-color: #77C440; }

 a { background-color: rgb(119,196,64); }

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

border-color css

<style>
 span { border-color: #77C440; }

 span { border-color: rgb(119,196,64); }

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