Html Css Color HEX #77C31F Lima

📋 copy color: '#77C31F'

red 119 ◦ green 195 ◦ blue 31

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

Shades of Lima #77C31F

Tints of Lima #77C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.52%

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

R = 34.49%
G = 56.52%
B = 8.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#77C31F (or 0x77C31F) is known color: Lima. HEX triplet: 77, C3 and 1F. RGB value is (119,195,31). Sum of RGB (Red+Green+Blue) = 119+195+31=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #77C31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C31F is #883CE0. Grayscale: #9A9A9A. Windows color (decimal): -8928481 or 2081655. OLE color: 2081655.

HSL color Cylindrical-coordinate representation of color #77C31F: hue angle of 87.8º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77C31F is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 195 31 -
CMYK 0.39 0 0.84 0.24
HSL 87.8º 0.73% 0.44% -
HSV(B) 87.8º 0.84% 0.76% -
XYZ 27.37 43.05 8.16 -
YUV 153.58 58.82 103.34 -
System Red Green Blue C M Y K H S L
Decimal 119 195 31 0.39 0 0.84 0.24 87.8 0.73 0.44
Hex 77 C3 1F 27 0 54 18 58 49 2C
Octal 167 303 37 47 0 124 30 130 111 54
Binary 1110111 11000011 11111 100111 0 1010100 11000 1011000 1001001 101100

Color Harmonies of #77C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C31F

Black with #77C31F

Text Example


Text Example

White with #77C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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