Html Css Color HEX #77BD21 Lima

📋 copy color: '#77BD21'

red 119 ◦ green 189 ◦ blue 33

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

Shades of Lima #77BD21

Tints of Lima #77BD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.68%

R = 34.9%
G = 55.43%
B = 9.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#77BD21 (or 0x77BD21) is known color: Lima. HEX triplet: 77, BD and 21. RGB value is (119,189,33). Sum of RGB (Red+Green+Blue) = 119+189+33=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BD21 is #8842DE. Grayscale: #969696. Windows color (decimal): -8930015 or 2211191. OLE color: 2211191.

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

Color convert

RGB 119 189 33 -
CMYK 0.37 0 0.83 0.26
HSL 86.92º 0.7% 0.44% -
HSV(B) 86.92º 0.83% 0.74% -
XYZ 26.08 40.43 7.87 -
YUV 150.29 61.81 105.68 -
System Red Green Blue C M Y K H S L
Decimal 119 189 33 0.37 0 0.83 0.26 86.92 0.7 0.44
Hex 77 BD 21 25 0 53 1A 57 46 2C
Octal 167 275 41 45 0 123 32 127 106 54
Binary 1110111 10111101 100001 100101 0 1010011 11010 1010111 1000110 101100

Color Harmonies of #77BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BD21

Black with #77BD21

Text Example


Text Example

White with #77BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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