Html Css Color HEX #77AF30 Lima

📋 copy color: '#77AF30'

red 119 ◦ green 175 ◦ blue 48

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

Shades of Lima #77AF30

Tints of Lima #77AF30

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.17%

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 34.8%
G = 51.17%
B = 14.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#77AF30 (or 0x77AF30) is known color: Lima. HEX triplet: 77, AF and 30. RGB value is (119,175,48). Sum of RGB (Red+Green+Blue) = 119+175+48=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF30 is #8850CF. Grayscale: #909090. Windows color (decimal): -8933584 or 3190647. OLE color: 3190647.

HSL color Cylindrical-coordinate representation of color #77AF30: hue angle of 86.46º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77AF30 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 175 48 -
CMYK 0.32 0 0.73 0.31
HSL 86.46º 0.57% 0.44% -
HSV(B) 86.46º 0.73% 0.69% -
XYZ 23.47 34.8 8.28 -
YUV 143.78 73.95 110.33 -
System Red Green Blue C M Y K H S L
Decimal 119 175 48 0.32 0 0.73 0.31 86.46 0.57 0.44
Hex 77 AF 30 20 0 49 1F 56 39 2C
Octal 167 257 60 40 0 111 37 126 71 54
Binary 1110111 10101111 110000 100000 0 1001001 11111 1010110 111001 101100

Color Harmonies of #77AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AF30

Black with #77AF30

Text Example


Text Example

White with #77AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,175,48); }

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

background-color css

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

 a { background-color: rgb(119,175,48); }

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

border-color css

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

 span { border-color: rgb(119,175,48); }

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