Html Css Color HEX #77C61F Lima

📋 copy color: '#77C61F'

red 119 ◦ green 198 ◦ blue 31

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

Shades of Lima #77C61F

Tints of Lima #77C61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.9%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 34.2%
G = 56.9%
B = 8.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#77C61F (or 0x77C61F) is known color: Lima. HEX triplet: 77, C6 and 1F. RGB value is (119,198,31). Sum of RGB (Red+Green+Blue) = 119+198+31=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #77C61F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C61F is #8839E0. Grayscale: #9B9B9B. Windows color (decimal): -8927713 or 2082423. OLE color: 2082423.

HSL color Cylindrical-coordinate representation of color #77C61F: hue angle of 88.38º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77C61F is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 198 31 -
CMYK 0.40 0 0.84 0.22
HSL 88.38º 0.73% 0.45% -
HSV(B) 88.38º 0.84% 0.78% -
XYZ 28.05 44.41 8.39 -
YUV 155.34 57.83 102.08 -
System Red Green Blue C M Y K H S L
Decimal 119 198 31 0.40 0 0.84 0.22 88.38 0.73 0.45
Hex 77 C6 1F 28 0 54 16 58 49 2D
Octal 167 306 37 50 0 124 26 130 111 55
Binary 1110111 11000110 11111 101000 0 1010100 10110 1011000 1001001 101101

Color Harmonies of #77C61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C61F

Black with #77C61F

Text Example


Text Example

White with #77C61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,198,31); }

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

background-color css

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

 a { background-color: rgb(119,198,31); }

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

border-color css

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

 span { border-color: rgb(119,198,31); }

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