Html Css Color HEX #77BD2F Lima

📋 copy color: '#77BD2F'

red 119 ◦ green 189 ◦ blue 47

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

Shades of Lima #77BD2F

Tints of Lima #77BD2F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.24%

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 33.52%
G = 53.24%
B = 13.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#77BD2F (or 0x77BD2F) is known color: Lima. HEX triplet: 77, BD and 2F. RGB value is (119,189,47). Sum of RGB (Red+Green+Blue) = 119+189+47=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD2F is #8842D0. Grayscale: #989898. Windows color (decimal): -8930001 or 3128695. OLE color: 3128695.

HSL color Cylindrical-coordinate representation of color #77BD2F: hue angle of 89.58º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77BD2F is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 189 47 -
CMYK 0.37 0 0.75 0.26
HSL 89.58º 0.6% 0.46% -
HSV(B) 89.58º 0.75% 0.74% -
XYZ 26.32 40.52 9.12 -
YUV 151.88 68.81 104.55 -
System Red Green Blue C M Y K H S L
Decimal 119 189 47 0.37 0 0.75 0.26 89.58 0.6 0.46
Hex 77 BD 2F 25 0 4B 1A 5A 3C 2E
Octal 167 275 57 45 0 113 32 132 74 56
Binary 1110111 10111101 101111 100101 0 1001011 11010 1011010 111100 101110

Color Harmonies of #77BD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BD2F

Black with #77BD2F

Text Example


Text Example

White with #77BD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,189,47); }

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

background-color css

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

 a { background-color: rgb(119,189,47); }

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

border-color css

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

 span { border-color: rgb(119,189,47); }

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