Html Css Color HEX #78B531 Lima

📋 copy color: '#78B531'

red 120 ◦ green 181 ◦ blue 49

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

Shades of Lima #78B531

Tints of Lima #78B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.71%

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

R = 34.29%
G = 51.71%
B = 14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#78B531 (or 0x78B531) is known color: Lima. HEX triplet: 78, B5 and 31. RGB value is (120,181,49). Sum of RGB (Red+Green+Blue) = 120+181+49=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #78B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B531 is #874ACE. Grayscale: #949494. Windows color (decimal): -8866511 or 3257720. OLE color: 3257720.

HSL color Cylindrical-coordinate representation of color #78B531: hue angle of 87.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78B531 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 181 49 -
CMYK 0.34 0 0.73 0.29
HSL 87.73º 0.57% 0.45% -
HSV(B) 87.73º 0.73% 0.71% -
XYZ 24.82 37.26 8.79 -
YUV 147.71 72.29 108.23 -
System Red Green Blue C M Y K H S L
Decimal 120 181 49 0.34 0 0.73 0.29 87.73 0.57 0.45
Hex 78 B5 31 22 0 49 1D 58 39 2D
Octal 170 265 61 42 0 111 35 130 71 55
Binary 1111000 10110101 110001 100010 0 1001001 11101 1011000 111001 101101

Color Harmonies of #78B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B531

Black with #78B531

Text Example


Text Example

White with #78B531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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