Html Css Color HEX #77B425 Lima

📋 copy color: '#77B425'

red 119 ◦ green 180 ◦ blue 37

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

Shades of Lima #77B425

Tints of Lima #77B425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.57%

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 35.42%
G = 53.57%
B = 11.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#77B425 (or 0x77B425) is known color: Lima. HEX triplet: 77, B4 and 25. RGB value is (119,180,37). Sum of RGB (Red+Green+Blue) = 119+180+37=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #77B425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B425 is #884BDA. Grayscale: #919191. Windows color (decimal): -8932315 or 2471031. OLE color: 2471031.

HSL color Cylindrical-coordinate representation of color #77B425: hue angle of 85.59º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77B425 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 180 37 -
CMYK 0.34 0 0.79 0.29
HSL 85.59º 0.66% 0.43% -
HSV(B) 85.59º 0.79% 0.71% -
XYZ 24.26 36.7 7.55 -
YUV 145.46 66.79 109.13 -
System Red Green Blue C M Y K H S L
Decimal 119 180 37 0.34 0 0.79 0.29 85.59 0.66 0.43
Hex 77 B4 25 22 0 4F 1D 56 42 2B
Octal 167 264 45 42 0 117 35 126 102 53
Binary 1110111 10110100 100101 100010 0 1001111 11101 1010110 1000010 101011

Color Harmonies of #77B425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B425

Black with #77B425

Text Example


Text Example

White with #77B425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,180,37); }

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

background-color css

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

 a { background-color: rgb(119,180,37); }

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

border-color css

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

 span { border-color: rgb(119,180,37); }

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