Html Css Color HEX #78B031 Lima

📋 copy color: '#78B031'

red 120 ◦ green 176 ◦ blue 49

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

Shades of Lima #78B031

Tints of Lima #78B031

RGB

 RED value IS 120 (47.27% from 255) = 34.78%

 GREEN value IS 176 (69.14% from 255) = 51.01%

 BLUE value IS 49 (19.53% from 255) = 14.2%

R = 34.78%
G = 51.01%
B = 14.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#78B031 (or 0x78B031) is known color: Lima. HEX triplet: 78, B0 and 31. RGB value is (120,176,49). Sum of RGB (Red+Green+Blue) = 120+176+49=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #78B031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78B031 is #874FCE. Grayscale: #919191. Windows color (decimal): -8867791 or 3256440. OLE color: 3256440.

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

Color convert

RGB 120 176 49 -
CMYK 0.32 0 0.72 0.31
HSL 86.46º 0.56% 0.44% -
HSV(B) 86.46º 0.72% 0.69% -
XYZ 23.83 35.27 8.46 -
YUV 144.78 73.95 110.33 -
System Red Green Blue C M Y K H S L
Decimal 120 176 49 0.32 0 0.72 0.31 86.46 0.56 0.44
Hex 78 B0 31 20 0 48 1F 56 38 2C
Octal 170 260 61 40 0 110 37 126 70 54
Binary 1111000 10110000 110001 100000 0 1001000 11111 1010110 111000 101100

Color Harmonies of #78B031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B031

Black with #78B031

Text Example


Text Example

White with #78B031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78B031; }

 p { color: rgb(120,176,49); }

 H1.HeaderClassName
 {
   color: #78B031;
 }
 .AnyTagClassName
 {
   color: #78B031;
 }
</style>

background-color css

<style>
 a { background-color: #78B031; }

 a { background-color: rgb(120,176,49); }

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

border-color css

<style>
 span { border-color: #78B031; }

 span { border-color: rgb(120,176,49); }

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